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"