summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorwillmcgugan@gmail.com <willmcgugan@gmail.com@67cdc799-7952-0410-af00-57a81ceafa0f>2014-03-14 11:33:23 +0000
committerwillmcgugan@gmail.com <willmcgugan@gmail.com@67cdc799-7952-0410-af00-57a81ceafa0f>2014-03-14 11:33:23 +0000
commit70ca3df086e93cb91bd6aff3f7b8aac9abb2c83c (patch)
treefd05da6d62053bc70fceddc86d129b5aa8ba41a8 /fs
parent2bdc0be14c2572a88d01a0b830cc328c45d6bcd1 (diff)
downloadpyfilesystem-70ca3df086e93cb91bd6aff3f7b8aac9abb2c83c.tar.gz
tweaks for 0.5.0
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@889 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 59e51cd..414c9c3 100644
--- a/fs/__init__.py
+++ b/fs/__init__.py
@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
-__version__ = "0.5.0-dev"
+__version__ = "0.5.0"
__author__ = "Will McGugan (will@willmcgugan.com)"
# provide these by default so people can use 'fs.path.basename' etc.