Skip to content

Commit

Permalink
Bumped version to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed Jun 10, 2020
1 parent 80f0e9d commit c6731b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-rsa"
version = "4.1-dev0"
version = "4.1"
license = "Apache-2.0"
description = "Pure-Python RSA implementation"
authors = ["Sybren A. Stüvel <sybren@stuvel.eu>"]
Expand Down
4 changes: 2 additions & 2 deletions rsa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
VerificationError, find_signature_hash, sign_hash, compute_hash

__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
__date__ = '2019-08-04'
__version__ = '4.1-dev0'
__date__ = '2020-06-10'
__version__ = '4.1'

# Do doctest if we're run directly
if __name__ == "__main__":
Expand Down

0 comments on commit c6731b1

Please sign in to comment.