Skip to content

Commit

Permalink
bump version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yosida95 committed Feb 1, 2017
1 parent 09f4e6b commit 1605256
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name='jwt',
version='0.4.0',
version='0.5.0',

description='JSON Web Token library for Python 3.',
long_description=long_description,
Expand All @@ -51,7 +51,7 @@
author_email='kohei.yoshida@gehirn.co.jp',

classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand All @@ -64,7 +64,7 @@
"Topic :: Software Development :: Libraries :: Python Modules",
],

packages=find_packages(),
packages=find_packages(exclude=('jwt.tests', )),

install_requires=requires,
)

0 comments on commit 1605256

Please sign in to comment.