Skip to content

Commit

Permalink
Bumped version to 4.1-dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed Aug 4, 2019
1 parent 1e22d2e commit 2947670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rsa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
VerificationError, find_signature_hash, sign_hash, compute_hash

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

# Do doctest if we're run directly
if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

if __name__ == '__main__':
setup(name='rsa',
version='4.0',
version='4.1-dev0',
description='Pure-Python RSA implementation',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2947670

Please sign in to comment.