From 045427d7c92a56c9fcd0d2714c18f7a4913294ba Mon Sep 17 00:00:00 2001 From: Laerte Pereira <5853172+Laerte@users.noreply.github.com> Date: Mon, 13 Jun 2022 05:29:31 -0300 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 635acc8..3763532 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def install_for_development(self): os.system("pre-commit install") -__version__ = "0.0.4" +__version__ = "0.0.5" requires = ["cryptography >= 37.0.2"]