From e966e0b4ea489cee76e2755611450cd1968c1e15 Mon Sep 17 00:00:00 2001 From: Paule <44635962+V3lop5@users.noreply.github.com> Date: Thu, 9 Dec 2021 10:55:58 +0100 Subject: [PATCH] Bump release version 0.0.0 -> 0.0.1 --- ensysmod/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ensysmod/__init__.py b/ensysmod/__init__.py index 32e2f33..09af435 100644 --- a/ensysmod/__init__.py +++ b/ensysmod/__init__.py @@ -4,4 +4,4 @@ It allows someone to install %name% as package in other projects and use its functions. """ -__version__ = "0.0.0" +__version__ = "0.0.1"