summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill McGugan <willmcgugan@gmail.com>2015-11-14 11:46:33 +0000
committerWill McGugan <willmcgugan@gmail.com>2015-11-14 11:46:33 +0000
commit63acfe5a83d4e0b499a81819cf7619338dfe968b (patch)
tree3a8dbdb4244cdd664ebba58e09f6f84c4e9f3d56
parentd685855b6dda85a613d1bcf3e992e2bab10ac7f2 (diff)
downloadpyfilesystem-git-63acfe5a83d4e0b499a81819cf7619338dfe968b.tar.gz
version bump
-rw-r--r--fs/__init__.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/__init__.py b/fs/__init__.py
index 2ddb779..7e2761c 100644
--- a/fs/__init__.py
+++ b/fs/__init__.py
@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
-__version__ = "0.5.4a1"
+__version__ = "0.5.5a1"
__author__ = "Will McGugan (will@willmcgugan.com)"
# provide these by default so people can use 'fs.path.basename' etc.
diff --git a/setup.py b/setup.py
index aafbf67..315de5e 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
import sys
PY3 = sys.version_info >= (3,)
-VERSION = "0.5.4a1"
+VERSION = "0.5.5a1"
COMMANDS = ['fscat',
'fsinfo',