File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,6 @@ index-servers =
6666. ./.venv/bin/activate
6767
6868poetry build
69- twine check dist/rsa-4.9 .tar.gz dist/rsa-4.9 -*.whl
70- twine upload -r rsa dist/rsa-4.9 .tar.gz dist/rsa-4.9 -*.whl
69+ twine check dist/rsa-4.10-dev0 .tar.gz dist/rsa-4.10-dev0 -*.whl
70+ twine upload -r rsa dist/rsa-4.10-dev0 .tar.gz dist/rsa-4.10-dev0 -*.whl
7171```
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " rsa"
3- version = " 4.9 "
3+ version = " 4.10-dev0 "
44license = " Apache-2.0"
55description = " Pure-Python RSA implementation"
66readme = " README.md"
Original file line number Diff line number Diff line change 3535)
3636
3737__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
38- __date__ = "2022-07-20 "
39- __version__ = "4.9 "
38+ __date__ = "2023-04-23 "
39+ __version__ = "4.10-dev0 "
4040
4141# Do doctest if we're run directly
4242if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments