diff --git a/docs/conf.py b/docs/conf.py index 3291d00..bb67d4c 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.18' +release = '0.1.19' # 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 4cd2d24..75a202e 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,8 @@ ] setup(name='gamification-engine', - version='0.1.18', - description='gamification-engine', + version='0.1.19', + description='The Gamification-Engine (gengine) provides an API for integrating any kinds of gamification features.', long_description=README + '\n\n' + CHANGES, classifiers=[ "Programming Language :: Python", @@ -39,7 +39,7 @@ "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Software Development :: Libraries", "Programming Language :: Python :: 2.7", - "License :: OSI Approved :: GNU Affero General Public License v3" + "License :: OSI Approved :: MIT License" ], author='Marcel Sander, Jens Janiuk', author_email='marcel@gamification-software.com',