diff --git a/setup.py b/setup.py index 92d7f51..5b5b65b 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = "0.1.0" +VERSION = "0.1.1" CLASSIFIERS = [ "Development Status :: 3 - Alpha", "Framework :: Pyramid",