Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frabarz committed May 19, 2024
1 parent 8ec8b40 commit 31bbeb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logiclayer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__description__ = (
"A framework to quickly compose and use multiple functionalities as endpoints."
)
__version__ = "0.3.4"
__version__ = "0.4.0"

__all__ = (
"AuthProvider",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "logiclayer"
version = "0.3.4"
version = "0.4.0"
description = "A framework to quickly compose and use multiple functionalities as endpoints."
authors = ["Francisco Abarzua <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 31bbeb2

Please sign in to comment.