diff --git a/setup.py b/setup.py index f258c3b..3b39748 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="couchapy", - version="version='0.0.2'", + version="0.0.2", author="Lee Lunn", author_email="lee.lunn@gmail.com", description="Library for interacting with CouchDB",