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

Commit 1ee1afe

Browse files
committed
Bumped version to 4.9
1 parent 80eb1b1 commit 1ee1afe

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 = "rsa"
3-
version = "4.9-dev0"
3+
version = "4.9"
44
license = "Apache-2.0"
55
description = "Pure-Python RSA implementation"
66
readme = "README.md"

rsa/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
)
3636

3737
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
38-
__date__ = "2022-03-13"
39-
__version__ = "4.9-dev0"
38+
__date__ = "2022-07-20"
39+
__version__ = "4.9"
4040

4141
# Do doctest if we're run directly
4242
if __name__ == "__main__":

0 commit comments

Comments
 (0)