From 0a9246fca795146032175b15751bf25fed566964 Mon Sep 17 00:00:00 2001 From: zNitche <53448802+zNitche@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:54:27 +0200 Subject: [PATCH] bumped version to 1.3.2 --- lightberry/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lightberry/__init__.py b/lightberry/__init__.py index 459de51..37609f8 100644 --- a/lightberry/__init__.py +++ b/lightberry/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.1" +__version__ = "1.3.2" from lightberry.core.server import Server diff --git a/pyproject.toml b/pyproject.toml index 973f46b..87dd9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ exclude = ["routes"] [project] name = "lightberry" # lightberry.__version__ -version = "1.3.1" +version = "1.3.2" authors = [ { name = "zNitche" }, ]