Skip to content

Commit

Permalink
fs dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Aug 5, 2017
1 parent c07f1a2 commit 5e60517
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ S3FS is a [PyFilesystem interface](https://docs.pyfilesystem.org/) to
Amazon S3 cloud storage.

As a PyFilesystem concrete class, S3FS allows you to work with S3 in the
same as any other supported filesystem.
same as any other supported filesystem.

[Documentation](http://fs-s3fs.readthedocs.io/en/latest/)
2 changes: 1 addition & 1 deletion fs_s3fs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0a0"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

REQUIREMENTS = [
"boto3~=1.4.5",
"fs==2.0.6a2",
"fs==2.0.6",
"six~=1.10.0"
]

Expand Down

0 comments on commit 5e60517

Please sign in to comment.