Skip to content

Commit e635e54

Browse files
committed
bumping patch version
1 parent 5891620 commit e635e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def read(fname):
66

77
setup(
88
name = "PyJWT",
9-
version = "0.1.4",
9+
version = "0.1.5",
1010
author = "Jeff Lindsay",
1111
author_email = "jeff.lindsay@twilio.com",
1212
description = ("JSON Web Token implemtnation in Python"),
@@ -21,4 +21,4 @@ def read(fname):
2121
"Topic :: Utilities",
2222
"License :: OSI Approved :: MIT License",
2323
],
24-
)
24+
)

0 commit comments

Comments
 (0)