Skip to content

Commit

Permalink
feat: update versioneer (#568)
Browse files Browse the repository at this point in the history
* feat: update versioneer

* chore: run pre-commit hooks to make CI happy
  • Loading branch information
sanjayankur31 committed Jul 26, 2023
1 parent 4541e40 commit 616fdd4
Show file tree
Hide file tree
Showing 3 changed files with 1,035 additions and 422 deletions.
4 changes: 4 additions & 0 deletions gcsfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
from .mapping import GCSMap

__all__ = ["GCSFileSystem", "GCSMap"]

from . import _version

__version__ = _version.get_versions()["version"]
Loading

0 comments on commit 616fdd4

Please sign in to comment.