We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72bf3f commit 7b8d2d3Copy full SHA for 7b8d2d3
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "azure-switchboard"
3
-version = "2025.3.22"
+version = "2025.3.23"
4
description = "Batteries-included loadbalancing client for Azure OpenAI"
5
readme = "README.md"
6
license = { text = "MIT" }
@@ -48,7 +48,7 @@ markers = [
48
]
49
50
[tool.bumpver]
51
-current_version = "2025.3.22"
+current_version = "2025.3.23"
52
version_pattern = "YYYY.MM.INC0"
53
commit_message = "new release {old_version} -> {new_version}"
54
tag_message = "{new_version}"
0 commit comments