Skip to content

Commit

Permalink
Merge pull request #5 from mpdavis/python3
Browse files Browse the repository at this point in the history
Version 0.5.0
  • Loading branch information
Michael Davis committed Sep 7, 2015
2 parents 2f66e16 + 2752be8 commit 05559b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "0.4.0"
__version__ = "0.5.0"
__author__ = 'Michael Davis'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015 Michael Davis'
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ def get_packages(package):
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Utilities',
],
install_requires=[
Expand Down

0 comments on commit 05559b5

Please sign in to comment.