Skip to content

Commit 66b3351

Browse files
committed
Bump version to 1.2.1
PyPi didn't like me deleting the 1.2.0 package during testing, so a new version is needed to upload to PyPi.
1 parent b06109f commit 66b3351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='txoauth2',
5-
version='1.2.0',
5+
version='1.2.1',
66
author='Sebastian Scholz',
77
author_email='abestanis.gc@gmail.com',
88
description='A module that allows implementing OAuth2 with twisted',

0 commit comments

Comments
 (0)