10000 Bumped version to 4.4.1 · sybrenstuvel/python-rsa@8231670 · 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 8231670

Browse files
committed
Bumped version to 4.4.1
1 parent e7c0b2a commit 8231670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rsa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
2929
__date__ = '2020-06-12'
30-
__version__ = '4.4'
30+
__version__ = '4.4.1'
3131

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
if __name__ == '__main__':
2727
setup(name='rsa',
28-
version='4.4',
28+
version='4.4.1',
2929
description='Pure-Python RSA implementation',
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)
0