Skip to content

Commit 63acfe5

Browse files
committed
version bump
1 parent d685855 commit 63acfe5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
"""
1717

18-
__version__ = "0.5.4a1"
18+
__version__ = "0.5.5a1"
1919
__author__ = "Will McGugan (will@willmcgugan.com)"
2020

2121
# provide these by default so people can use 'fs.path.basename' etc.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
PY3 = sys.version_info >= (3,)
66

7-
VERSION = "0.5.4a1"
7+
VERSION = "0.5.5a1"
88

99
COMMANDS = ['fscat',
1010
'fsinfo',

0 commit comments

Comments
 (0)