Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
feldi-online committed Oct 19, 2015
1 parent cfed00c commit 8a44765
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It is framework for developing your own solution, implemented as a **service** t

(commercial support available at https://www.gamification-software.com)

**Latest recommended version: v0.1.32** (not yet called "stable" though)
**Latest recommended version: v0.1.33** (not yet called "stable" though)

## Features

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.32'
release = '0.1.33'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]

setup(name='gamification-engine',
version='0.1.32',
version='0.1.33',
description='The Gamification-Engine (gengine) provides an API for integrating any kinds of gamification features.',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 8a44765

Please sign in to comment.