Skip to content

Commit

Permalink
use versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Durant committed Mar 22, 2018
1 parent 2fbdc27 commit 69fbff0
Show file tree
Hide file tree
Showing 7 changed files with 2,357 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gcsfs/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ include MANIFEST.in
include requirements.txt

prune docs/_build
include versioneer.py
include gcsfs/_version.py
4 changes: 3 additions & 1 deletion gcsfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
from .core import GCSFileSystem
from .dask_link import register as register_dask
from .mapping import GCSMap
from ._version import get_versions

__version__ = "0.0.5"
__version__ = get_versions()['version']
del get_versions
Loading

0 comments on commit 69fbff0

Please sign in to comment.