🌐 AI搜索 & 代理 主页
Skip to content

Commit a11baed

Browse files
committed
Bumped version to 3.4.2
1 parent b813f43 commit a11baed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rsa/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
VerificationError
3030

3131
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
32-
__date__ = "2016-03-26"
33-
__version__ = '3.4.1'
32+
__date__ = "2016-03-29"
33+
__version__ = '3.4.2'
3434

3535
# Do doctest if we're run directly
3636
if __name__ == "__main__":

setup.py

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

1919
if __name__ == '__main__':
2020
setup(name='rsa',
21-
version='3.4.1',
21+
version='3.4.2',
2222
description='Pure-Python RSA implementation',
2323
author='Sybren A. Stuvel',
2424
author_email='sybren@stuvel.eu',

0 commit comments

Comments
 (0)