We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59977c commit 5fc4410Copy full SHA for 5fc4410
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = True
3
-current_version = 0.9.2
+current_version = 0.9.3
4
files = pyproject.toml
5
tag = True
6
tag_name = {new_version}
pyproject.toml
[project]
name = "asgi-babel"
-version = "0.9.2"
+version = "0.9.3"
description = "Internationalization (i18n) support for ASGI applications"
readme = "README.rst"
requires-python = ">=3.8"
0 commit comments