From 70ca3df086e93cb91bd6aff3f7b8aac9abb2c83c Mon Sep 17 00:00:00 2001 From: "willmcgugan@gmail.com" Date: Fri, 14 Mar 2014 11:33:23 +0000 Subject: tweaks for 0.5.0 git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@889 67cdc799-7952-0410-af00-57a81ceafa0f --- fs/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 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. diff --git a/setup.py b/setup.py index 2254aa2..5fd35df 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ extra = {} if PY3: extra["use_2to3"] = True -setup(install_requires=['distribute', 'six'], +setup(install_requires=['setuptools', 'six'], name='fs', version=VERSION, description="Filesystem abstraction layer", -- cgit v1.2.1