From 4483249f8f41d99c757917f4c5520f743e439c9d Mon Sep 17 00:00:00 2001 From: pavalso <92272697+pavalso@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:44:59 +0200 Subject: [PATCH] Update version --- setup.cfg | 2 +- src/pypotage/shared.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7bce6f1..8918d41 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pypotage -version = v0.1.1.1-alpha +version = v0.1.1.2-alpha author = Pavalso author_email = author@example.com description = Beans is a simple and lightweight Python library based on Spring Framework. It provides a simple way to manage beans and their dependencies. diff --git a/src/pypotage/shared.py b/src/pypotage/shared.py index e3115c3..7dfcfd2 100644 --- a/src/pypotage/shared.py +++ b/src/pypotage/shared.py @@ -3,7 +3,7 @@ __author__ = "Pavalso" __url__ = "https://github.com/pavalso/potage" -__version__ = "v0.1.1.1-alpha" +__version__ = "v0.1.1.2-alpha" __description__ = """Beans is a simple and lightweight Python library created to allow an easy Dependency Injection handling in Python projects.""" __license__ = "MIT"