Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit c6731b1

Browse files
committed
Bumped version to 4.1
1 parent 80f0e9d commit c6731b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-rsa"
3-
version = "4.1-dev0"
3+
version = "4.1"
44
license = "Apache-2.0"
55
description = "Pure-Python RSA implementation"
66
authors = ["Sybren A. Stüvel <sybren@stuvel.eu>"]

rsa/__init__.py

Lines changed: 2 additions & 2 deletions
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__ = '2019-08-04'
30-
__version__ = '4.1-dev0'
29+
__date__ = '2020-06-10'
30+
__version__ = '4.1'
3131

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

0 commit comments

Comments
 (0)