summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2020-06-10 10:42:27 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2020-06-10 10:42:27 +0200
commit34e0b1355850bff3d11f49a46cdeb5f98d1f748f (patch)
tree0df1bb40b088a6fcf5934dd961b3c6bfc9b959b4 /pyproject.toml
parentc6731b1dda461676b998a18004b23a9879378041 (diff)
downloadrsa-git-34e0b1355850bff3d11f49a46cdeb5f98d1f748f.tar.gz
Bumped version to 4.2-dev0
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 1f85c06..a50d70e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-rsa"
-version = "4.1"
+version = "4.2-dev0"
license = "Apache-2.0"
description = "Pure-Python RSA implementation"
authors = ["Sybren A. Stüvel <sybren@stuvel.eu>"]