diff --git a/docs/conf.py b/docs/conf.py index 5fcdf90..bb86bf6 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.11' +release = '0.1.12' # 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 29aea98..f99ed9d 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ ] setup(name='gamification-engine', - version='0.1.11', + version='0.1.12', description='gamification-engine', long_description=README + '\n\n' + CHANGES, classifiers=[