X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/blobdiff_plain/c551114eb52ab31a02fad272eb444dd3aebd5b70..cb57abd6911f7e2c2820166d03ecdb10809e1a1f:/setup.py diff --git a/setup.py b/setup.py index 6012ddf..74d735f 100755 --- a/setup.py +++ b/setup.py @@ -4,14 +4,14 @@ from setuptools import setup, find_packages setup( name="RouteFS", - version="1.1.0", + version="1.1.1", description="RouteFS: A FUSE API wrapper based on URL routing", author="Evan Broder", author_email="broder@mit.edu", url="http://github.com/ebroder/python-routefs/wikis", license="MPL, GPL", packages=find_packages(), - install_requires=['fuse_python>=0.2a', 'Routes>=1.7'], + install_requires=['fuse_python>=0.2a', 'Routes>=1.9'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Plugins',