We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d706c82 commit 10aa6ebCopy full SHA for 10aa6eb
2 files changed
lightberry/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.3.3"
+__version__ = "1.3.4"
2
3
4
from lightberry.core.server import Server
pyproject.toml
@@ -8,7 +8,7 @@ exclude = ["routes"]
8
[project]
9
name = "lightberry"
10
# lightberry.__version__
11
-version = "1.3.3"
+version = "1.3.4"
12
authors = [
13
{ name = "zNitche" },
14
]
0 commit comments