8000 More version bump to 4.8 · sybrenstuvel/python-rsa@47a7db1 · GitHub
[go: up one dir, main page]

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

Commit 47a7db1

Browse files
committed
More version bump to 4.8
1 parent cf47106 commit 47a7db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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__ = "2021-02-24"
39-
__version__ = "4.8-dev0"
38+
__date__ = "2021-11-24"
39+
__version__ = "4.8"
4040

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

0 commit comments

Comments
 (0)
0