From 572d320fdcdd8bbaf75e6fdb25a40c154628aabd Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 1 Apr 2015 16:34:33 +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 4356c52..5fcdf90 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.10' +release = '0.1.11' # 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 02706c2..29aea98 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ ] setup(name='gamification-engine', - version='0.1.10', + version='0.1.11', description='gamification-engine', long_description=README + '\n\n' + CHANGES, classifiers=[