From 8c49c5e2ad036e48950061aaf4545d1a66f00b88 Mon Sep 17 00:00:00 2001 From: zNitche <53448802+zNitche@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:53:03 +0200 Subject: [PATCH] bumped version to 1.3.1 --- lightberry/__init__.py | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lightberry/__init__.py b/lightberry/__init__.py index a813d4b..50766cb 100644 --- a/lightberry/__init__.py +++ b/lightberry/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.0" +__version__ = "1.3.1" from lightberry.core.server import Server diff --git a/pyproject.toml b/pyproject.toml index 882593e..973f46b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,8 @@ exclude = ["routes"] [project] name = "lightberry" -version = "1.3.0" +# lightberry.__version__ +version = "1.3.1" authors = [ { name = "zNitche" }, ]