Skip to content

Commit

Permalink
Merge pull request #13 from pavalso/development
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
pavalso committed Apr 8, 2024
2 parents dc424f9 + 4483249 commit e182870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pypotage
version = v0.1.1.1-alpha
version = v0.1.1.2-alpha
author = Pavalso
author_email = [email protected]
description = Beans is a simple and lightweight Python library based on Spring Framework. It provides a simple way to manage beans and their dependencies.
Expand Down
2 changes: 1 addition & 1 deletion src/pypotage/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e182870

Please sign in to comment.