Skip to content

Commit 5fc4410

Browse files
committed
build(version): 0.9.2 -> 0.9.3
1 parent d59977c commit 5fc4410

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
3-
current_version = 0.9.2
3+
current_version = 0.9.3
44
files = pyproject.toml
55
tag = True
66
tag_name = {new_version}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "asgi-babel"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
description = "Internationalization (i18n) support for ASGI applications"
55
readme = "README.rst"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)