Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Version bump to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
angvp committed Nov 1, 2015
1 parent 5adf563 commit dcb8851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion klingon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
no integrations pain in your app!
"""

__version__ = '0.0.5'
__version__ = '0.0.6'
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ def read_file(filename):
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Framework :: Django',
'Development Status :: 4 - Beta',
'Framework :: Django :: 1.5',
'Framework :: Django :: 1.6',
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Development Status :: 5 - Production/Stable',
'Operating System :: OS Independent',
],
long_description=readme + '\n\n' + history,
Expand Down

0 comments on commit dcb8851

Please sign in to comment.