Skip to content

Commit

Permalink
More version bump to 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed Nov 24, 2021
1 parent cf47106 commit 47a7db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rsa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
)

__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
__date__ = "2021-02-24"
__version__ = "4.8-dev0"
__date__ = "2021-11-24"
__version__ = "4.8"

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

0 comments on commit 47a7db1

Please sign in to comment.