Skip to content

Commit a99f401

Browse files
committed
Bump up version
1 parent 593cdca commit a99f401

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="PyJWT",
12-
version="0.2.1",
12+
version="0.2.2",
1313
author="Jeff Lindsay",
1414
author_email="progrium@gmail.com",
1515
description="JSON Web Token implementation in Python",
@@ -29,4 +29,5 @@
2929
"Programming Language :: Python :: 3.3",
3030
"Topic :: Utilities",
3131
],
32-
test_suite='tests.test_jwt')
32+
test_suite='tests.test_jwt'
33+
)

0 commit comments

Comments
 (0)