From 63acfe5a83d4e0b499a81819cf7619338dfe968b Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 14 Nov 2015 11:46:33 +0000 Subject: version bump --- fs/__init__.py | 2 +- setup.py | 2 +- 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', -- cgit v1.2.1