summaryrefslogtreecommitdiff
path: root/fs/__init__.py
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2009-09-28 05:17:00 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2009-09-28 05:17:00 +0000
commit396d635e6b8b7fa6b22b8431d972726e2e9049fd (patch)
treef0f1da1406484b0e801b80e2b08d22642d07756c /fs/__init__.py
parentd74ba1ecc2596e26e9ef5c369590295dda8369c4 (diff)
downloadpyfilesystem-git-396d635e6b8b7fa6b22b8431d972726e2e9049fd.tar.gz
more adjustments for new "close" method
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 ada01d0..3f8e046 100644
--- a/fs/__init__.py
+++ b/fs/__init__.py
@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
-__version__ = "0.2.0a5"
+__version__ = "0.2.0a6"
__author__ = "Will McGugan (will@willmcgugan.com)"
# 'base' imports * from 'path' and 'errors', so their