Skip to content

Commit 5e60517

Browse files
committed
fs dependancy
1 parent c07f1a2 commit 5e60517

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ S3FS is a [PyFilesystem interface](https://docs.pyfilesystem.org/) to
44
Amazon S3 cloud storage.
55

66
As a PyFilesystem concrete class, S3FS allows you to work with S3 in the
7-
same as any other supported filesystem.
7+
same as any other supported filesystem.
8+
9+
[Documentation](http://fs-s3fs.readthedocs.io/en/latest/)

fs_s3fs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0a0"
1+
__version__ = "0.1.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
REQUIREMENTS = [
2626
"boto3~=1.4.5",
27-
"fs==2.0.6a2",
27+
"fs==2.0.6",
2828
"six~=1.10.0"
2929
]
3030

0 commit comments

Comments
 (0)