summaryrefslogtreecommitdiff
path: root/fs/__init__.py
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-16 22:58:06 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-16 22:58:06 +0000
commit3e149d2fffc338b7eb66cb7f4d25aa94e0fd6944 (patch)
tree51bcc31f32b3bf16afeaa690edac3adf2326546c /fs/__init__.py
parent49ff7c5863812bbc6a69fd257d770f5e23035066 (diff)
downloadpyfilesystem-git-3e149d2fffc338b7eb66cb7f4d25aa94e0fd6944.tar.gz
change license in setup.py to "BSD"
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 e0b582a..1ff9ef4 100644
--- a/fs/__init__.py
+++ b/fs/__init__.py
@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
-__version__ = "0.4.0a3"
+__version__ = "0.4.0a6"
__author__ = "Will McGugan (will@willmcgugan.com)"
# 'base' imports * from 'path' and 'errors', so their