From: Evan Broder Date: Mon, 28 Jun 2010 20:28:29 +0000 (-0400) Subject: Bump version number. X-Git-Tag: 1.1.1^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-routefs.git/commitdiff_plain/f302a3b50cf00b4580e5b7fd2e117c3971aaa814?ds=sidebyside;hp=427878a7a692997d2be7dcfe8051673ec8ec7ba6 Bump version number. --- diff --git a/setup.py b/setup.py index 3e437c7..74d735f 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ 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",