commit | c59236793ea4b5b248629de20b3e304be819e49b | [log] [tgz] |
---|---|---|
author | Sybren A. Stüvel <sybren@stuvel.eu> | Thu Jun 11 20:26:09 2020 +0200 |
committer | Sybren A. Stüvel <sybren@stuvel.eu> | Thu Jun 11 20:26:09 2020 +0200 |
tree | d43bd9eb3ce648420fc1a74ba07d6d9326f0d49b | |
parent | 9032802c2574bc4538f8f54843fd1996aaf396e4 [diff] [blame] |
Bumped version to 4.2
diff --git a/setup.py b/setup.py index 7a6b872..ac31da6 100755 --- a/setup.py +++ b/setup.py
@@ -25,7 +25,7 @@ if __name__ == '__main__': setup(name='rsa', - version='4.2-dev0', + version='4.2', description='Pure-Python RSA implementation', long_description=long_description, long_description_content_type='text/markdown',