Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
Also, MANIFEST included the wrong license
  • Loading branch information
Martin Durant committed Jul 19, 2017
1 parent 9f5e159 commit e069cf1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.pyc
.cache/
.idea/
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ recursive-include docs *.rst

include setup.py
include README.rst
include LICENSE
include LICENSE.txt
include MANIFEST.in
include requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion gcsfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .dask_link import register as register_dask
from .mapping import GCSMap

__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

setup(name='gcsfs',
version='0.0.1',
version='0.0.2',
description='Convenient Filesystem interface over GCS',
url='https://github.com/dask/gcsfs',
maintainer='Martin Durant',
Expand Down

0 comments on commit e069cf1

Please sign in to comment.