Correctly deal with a controller returning None
[invirt/packages/python-routefs.git] / setup.py
index 4fb1db7..a0421c3 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="RouteFS",
-    version="1.0.0",
+    version="1.0.1",
     description="RouteFS: A FUSE API wrapper based on URL routing",
     author="Evan Broder",
     author_email="broder@mit.edu",