Skip to content

Commit 2947670

Browse files
committed
Bumped version to 4.1-dev0
1 parent 1e22d2e commit 2947670

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
@@ -28,8 +28,8 @@
2828
VerificationError, find_signature_hash, sign_hash, compute_hash
2929

3030
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
31-
__date__ = "2018-09-16"
32-
__version__ = '4.0'
31+
__date__ = '2019-08-04'
32+
__version__ = '4.1-dev0'
3333

3434
# Do doctest if we're run directly
3535
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.0',
28+
version='4.1-dev0',
2929
description='Pure-Python RSA implementation',
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)