Bump version number.
[invirt/packages/python-routefs.git] / setup.py
index 4fb1db7..e4b528b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -4,14 +4,14 @@ from setuptools import setup, find_packages
 
 setup(
     name="RouteFS",
-    version="1.0.0",
+    version="1.1.2",
     description="RouteFS: A FUSE API wrapper based on URL routing",
     author="Evan Broder",
     author_email="broder@mit.edu",
-    url="http://ebroder.net/code/RouteFS",
+    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',