diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5b73fdb..e556e5f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True -current_version = 1.0.9 +current_version = 1.0.10 tag = True tag_name = {new_version} message = build(version): {current_version} -> {new_version} diff --git a/pyproject.toml b/pyproject.toml index 4e6f9a0..9d33473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "Cython"] [project] name = "asgi-tools" -version = "1.0.9" +version = "1.0.10" description = "ASGI Toolkit to build web applications" readme = "README.rst" requires-python = ">=3.9"