Skip to content

Commit

Permalink
bumped version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zNitche committed Oct 10, 2024
1 parent 79a19e6 commit 8c49c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightberry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.0"
__version__ = "1.3.1"


from lightberry.core.server import Server
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ exclude = ["routes"]

[project]
name = "lightberry"
version = "1.3.0"
# lightberry.__version__
version = "1.3.1"
authors = [
{ name = "zNitche" },
]
Expand Down

0 comments on commit 8c49c5e

Please sign in to comment.