summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorWill McGugan <willmcgugan@gmail.com>2015-05-01 20:38:21 +0100
committerWill McGugan <willmcgugan@gmail.com>2015-05-01 20:38:21 +0100
commit1efaf2b2fe6821808e8983ae441a963b7a6b3db2 (patch)
treec6317ec17f27670c4d6f6767075b2498f5dab442 /fs
parent3d50044b8c2e2d6fc322117acc8bf4ada316320b (diff)
downloadpyfilesystem-git-1efaf2b2fe6821808e8983ae441a963b7a6b3db2.tar.gz
next version
Diffstat (limited to 'fs')
-rw-r--r--fs/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/__init__.py b/fs/__init__.py
index a0d9975..c250eac 100644
--- a/fs/__init__.py
+++ b/fs/__init__.py
@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
-__version__ = "0.5.2"
+__version__ = "0.5.3a0"
__author__ = "Will McGugan (will@willmcgugan.com)"
# provide these by default so people can use 'fs.path.basename' etc.