Skip to content

Commit

Permalink
build(version): 0.9.3 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Jul 31, 2024
1 parent edffbe4 commit 62a55e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 62a55e3

Please sign in to comment.