Skip to content

Commit 05559b5

Browse files
author
Michael Davis
committed
Merge pull request #5 from mpdavis/python3
Version 0.5.0
2 parents 2f66e16 + 2752be8 commit 05559b5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

jose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = "0.4.0"
2+
__version__ = "0.5.0"
33
__author__ = 'Michael Davis'
44
__license__ = 'MIT'
55
__copyright__ = 'Copyright 2015 Michael Davis'

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ def get_packages(package):
3939
'Natural Language :: English',
4040
'License :: OSI Approved :: MIT License',
4141
'Programming Language :: Python',
42+
'Programming Language :: Python :: 2.6',
4243
'Programming Language :: Python :: 2.7',
44+
'Programming Language :: Python :: 3.3',
45+
'Programming Language :: Python :: 3.4',
4346
'Topic :: Utilities',
4447
],
4548
install_requires=[

0 commit comments

Comments
 (0)