From 8e3371daa5351149c6c221fd1f1e3141e48c021b Mon Sep 17 00:00:00 2001 From: Kirill Klenov Date: Wed, 31 Jul 2024 13:12:35 +0300 Subject: [PATCH] build(version): 1.0.5 -> 1.0.6 --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c6c55b2..1400f4a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True -current_version = 1.0.5 +current_version = 1.0.6 tag = True tag_name = {new_version} message = build(version): {current_version} -> {new_version} diff --git a/pyproject.toml b/pyproject.toml index ff33e84..0b75b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "Cython"] [project] name = "asgi-tools" -version = "1.0.5" +version = "1.0.6" description = "ASGI Toolkit to build web applications" readme = "README.rst" requires-python = ">=3.9"