We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07f1a2 commit 5e60517Copy full SHA for 5e60517
README.md
@@ -4,4 +4,6 @@ S3FS is a [PyFilesystem interface](https://docs.pyfilesystem.org/) to
4
Amazon S3 cloud storage.
5
6
As a PyFilesystem concrete class, S3FS allows you to work with S3 in the
7
-same as any other supported filesystem.
+same as any other supported filesystem.
8
+
9
+[Documentation](http://fs-s3fs.readthedocs.io/en/latest/)
fs_s3fs/_version.py
@@ -1 +1 @@
1
-__version__ = "0.1.0a0"
+__version__ = "0.1.0"
setup.py
@@ -24,7 +24,7 @@
24
25
REQUIREMENTS = [
26
"boto3~=1.4.5",
27
- "fs==2.0.6a2",
+ "fs==2.0.6",
28
"six~=1.10.0"
29
]
30
0 commit comments