summaryrefslogtreecommitdiff
path: root/fs/__init__.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-09-10 09:15:37 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-09-10 09:15:37 +0000
commite7b412f9ad6d15e12d3fd07a9172b84538b6327b (patch)
tree7cce71f030373d98b3cbb40def3d16eeb8d7ec95 /fs/__init__.py
parentc56e8ae62cd42495243fd4d6df75e6d4cdab5023 (diff)
downloadpyfilesystem-git-e7b412f9ad6d15e12d3fd07a9172b84538b6327b.tar.gz
Fixed a circular reference issue
Diffstat (limited to 'fs/__init__.py')
-rw-r--r--fs/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/__init__.py b/fs/__init__.py
index ca79926..7f66c70 100644
--- a/fs/__init__.py
+++ b/fs/__init__.py
@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
-__version__ = "0.4.0rc"
+__version__ = "0.4.1"
__author__ = "Will McGugan (will@willmcgugan.com)"
# No longer necessary - WM