From 17a6554dadee5e875806f56036d2e53df8ca4a9b Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 22 Sep 2015 17:22:50 +0200 Subject: [PATCH] version --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4257279..029a81e 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.20' +release = '0.1.21' # 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 f3fbb9a..8ad875b 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ ] setup(name='gamification-engine', - version='0.1.20', + version='0.1.21', description='The Gamification-Engine (gengine) provides an API for integrating any kinds of gamification features.', long_description=README + '\n\n' + CHANGES, classifiers=[