diff --git a/setup.py b/setup.py index c6957a3..fc7b865 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -__version__ = "0.0.0" +__version__ = "0.1.0" URL = "https://github.com/tbobm/payler/archive/{}.tar.gz".format(__version__) with open('requirements.txt') as requirements: