We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f66e16 + 2752be8 commit 05559b5Copy full SHA for 05559b5
jose/__init__.py
@@ -1,5 +1,5 @@
1
2
-__version__ = "0.4.0"
+__version__ = "0.5.0"
3
__author__ = 'Michael Davis'
4
__license__ = 'MIT'
5
__copyright__ = 'Copyright 2015 Michael Davis'
setup.py
@@ -39,7 +39,10 @@ def get_packages(package):
39
'Natural Language :: English',
40
'License :: OSI Approved :: MIT License',
41
'Programming Language :: Python',
42
+ 'Programming Language :: Python :: 2.6',
43
'Programming Language :: Python :: 2.7',
44
+ 'Programming Language :: Python :: 3.3',
45
+ 'Programming Language :: Python :: 3.4',
46
'Topic :: Utilities',
47
],
48
install_requires=[
0 commit comments