diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6e2cc69..158186a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True -current_version = 0.9.3 +current_version = 0.10.0 files = pyproject.toml tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 2599912..7c6a8b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "asgi-babel" -version = "0.9.3" +version = "0.10.0" description = "Internationalization (i18n) support for ASGI applications" readme = "README.rst" requires-python = ">=3.9"