summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorwillmcgugan@gmail.com <willmcgugan@gmail.com@67cdc799-7952-0410-af00-57a81ceafa0f>2015-02-15 23:38:37 +0000
committerwillmcgugan@gmail.com <willmcgugan@gmail.com@67cdc799-7952-0410-af00-57a81ceafa0f>2015-02-15 23:38:37 +0000
commit0c3043eaf46d6d4b033b2b5ec63e3a5593e54986 (patch)
tree2d44aa61e9bac6ab6e21ef09d292aa66b2914bcd /fs
parent1f3ed9f956c9f9eca3a4f19e5e6ad8bbd2368c32 (diff)
downloadpyfilesystem-master.tar.gz
version bump, made commands use entry_pointsHEADmaster
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@912 67cdc799-7952-0410-af00-57a81ceafa0f
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 414c9c3..4513074 100644
--- a/fs/__init__.py
+++ b/fs/__init__.py
@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
-__version__ = "0.5.0"
+__version__ = "0.5.1"
__author__ = "Will McGugan (will@willmcgugan.com)"
# provide these by default so people can use 'fs.path.basename' etc.