Skip to content

Commit fa3282a

Browse files
committed
Bumped version to 4.7
1 parent a364e82 commit fa3282a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rsa/__init__.py

+2-2
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-12'
30-
__version__ = '4.7-dev0'
29+
__date__ = '2021-01-10'
30+
__version__ = '4.7'
3131

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

0 commit comments

Comments
 (0)