We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d685855 commit 63acfe5Copy full SHA for 63acfe5
2 files changed
fs/__init__.py
@@ -15,7 +15,7 @@
15
16
"""
17
18
-__version__ = "0.5.4a1"
+__version__ = "0.5.5a1"
19
__author__ = "Will McGugan (will@willmcgugan.com)"
20
21
# provide these by default so people can use 'fs.path.basename' etc.
setup.py
@@ -4,7 +4,7 @@
4
import sys
5
PY3 = sys.version_info >= (3,)
6
7
-VERSION = "0.5.4a1"
+VERSION = "0.5.5a1"
8
9
COMMANDS = ['fscat',
10
'fsinfo',
0 commit comments