diff --git a/docs/conf.py b/docs/conf.py index 0770887..11a0bbc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ def __getattr__(cls, name): # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.5' +release = '0.1.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 7ed8d0b..539cb9e 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ ] setup(name='gamification-engine', - version='0.1.5', + version='0.1.7', description='gamification-engine', long_description=README + '\n\n' + CHANGES, classifiers=[