Skip to content

Commit

Permalink
packaging hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel committed Apr 7, 2015
1 parent afc2bc2 commit 4c3e596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include *.txt *.ini *.cfg *.rst
recursive-include gengine *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml README alembic alembic/versions alembic/env.py
recursive-include gengine *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml README alembic alembic/versions/*.py alembic/env.py
recursive-include gengine_quickstart_template *.ini
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.13'
release = '0.1.14'

# 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 @@ -29,7 +29,7 @@
]

setup(name='gamification-engine',
version='0.1.13',
version='0.1.14',
description='gamification-engine',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 4c3e596

Please sign in to comment.