From c373662e16d3ea1b014ec2a26500b6c0603fcabd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 13 Mar 2022 12:10:18 +0100 Subject: Bumped version to 4.9-dev0 --- pyproject.toml | 2 +- rsa/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b7ecb73..275eaa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rsa" -version = "4.8" +version = "4.9-dev0" license = "Apache-2.0" description = "Pure-Python RSA implementation" readme = "README.md" diff --git a/rsa/__init__.py b/rsa/__init__.py index 5703023..e30390c 100644 --- a/rsa/__init__.py +++ b/rsa/__init__.py @@ -35,8 +35,8 @@ from rsa.pkcs1 import ( ) __author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly" -__date__ = "2021-11-24" -__version__ = "4.8" +__date__ = "2022-03-13" +__version__ = "4.9-dev0" # Do doctest if we're run directly if __name__ == "__main__": -- cgit v1.2.1