summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2022-07-20 12:26:10 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2022-07-20 12:26:10 +0200
commit1ee1afee004cae97b9c5e0aa549042dba45bd45b (patch)
tree225673b97c97dfcb37d18002d61a0bc746a21c2f /pyproject.toml
parent80eb1b16dd359452c8d309161c13196a61387bfc (diff)
downloadrsa-git-1ee1afee004cae97b9c5e0aa549042dba45bd45b.tar.gz
Bumped version to 4.9
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1e7feb1..d4ef8af 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rsa"
-version = "4.9-dev0"
+version = "4.9"
license = "Apache-2.0"
description = "Pure-Python RSA implementation"
readme = "README.md"