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 =
66
66
. ./.venv/bin/activate
67
67
68
68
poetry 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
71
71
```
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " rsa"
3
- version = " 4.9 "
3
+ version = " 4.10-dev0 "
4
4
license = " Apache-2.0"
5
5
description = " Pure-Python RSA implementation"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 35
35
)
36
36
37
37
__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 "
40
40
41
41
# Do doctest if we're run directly
42
42
if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments