Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frabarz committed May 3, 2024
1 parent 46d731a commit 25e3083
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.3"
__version__ = "0.3.4"

__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.3"
version = "0.3.4"
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 25e3083

Please sign in to comment.