summaryrefslogtreecommitdiff
path: root/fs/__init__.py
diff options
context:
space:
mode:
authorwillmcgugan@gmail.com <willmcgugan@gmail.com@67cdc799-7952-0410-af00-57a81ceafa0f>2014-02-26 18:35:13 +0000
committerwillmcgugan@gmail.com <willmcgugan@gmail.com@67cdc799-7952-0410-af00-57a81ceafa0f>2014-02-26 18:35:13 +0000
commit41efb9b7e7b175fed525487df6818c3989f7b5b8 (patch)
tree9a16cc2b65f166d3222233c7eccdf02f3ad347dd /fs/__init__.py
parentea7f6b437a48033a6ff096322ca14fca7a692c42 (diff)
downloadpyfilesystem-git-41efb9b7e7b175fed525487df6818c3989f7b5b8.tar.gz
Test fixes
Diffstat (limited to 'fs/__init__.py')
-rw-r--r--fs/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/__init__.py b/fs/__init__.py
index 91b85a2..59e51cd 100644
--- a/fs/__init__.py
+++ b/fs/__init__.py
@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
-__version__ = "0.4.1"
+__version__ = "0.5.0-dev"
__author__ = "Will McGugan (will@willmcgugan.com)"
# provide these by default so people can use 'fs.path.basename' etc.