From e972de459566c0cf8377ede2f7ab4a1a38ac288f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20G=C3=B3recki?= Date: Mon, 4 Mar 2024 23:52:20 +0100 Subject: [PATCH] bump version --- .github/workflows/tests.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 217a6ef..e5e3274 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,7 +3,7 @@ name: Tests on: pull_request: {} push: - branches: [main,workflows] + branches: [main] env: PYTHONWARNDEFAULTENCODING: 'true' diff --git a/pyproject.toml b/pyproject.toml index d6a32ab..abed784 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lato" -version = "0.9.0" +version = "0.9.1" description = "Lato is a Python microframework designed for building modular monoliths and loosely coupled applications." authors = ["Przemysław Górecki "] readme = "README.md"