10000 Bumped version to 4.4 · sybrenstuvel/python-rsa@1995446 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 1995446

Browse files
committed
Bumped version to 4.4
1 parent f4bd4d4 commit 1995446

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
@@ -26,8 +26,8 @@
2626
VerificationError, find_signature_hash, sign_hash, compute_hash
2727

2828
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
29-
__date__ = '2020-06-11'
30-
__version__ = '4.2'
29+
__date__ = '2020-06-12'
30+
__version__ = '4.4'
3131

3232
# Do doctest if we're run directly
3333
if __name__ == "__main__":

setup.py

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

2626
if __name__ == '__main__':
2727
setup(name='rsa',
28-
version='4.2',
28+
version='4.4',
2929
description='Pure-Python RSA implementation',
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)
0