Skip to content

Commit eeba77f

Browse files
release: 2025.3.29
1 parent b34ef26 commit eeba77f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "azure-switchboard"
3-
version = "2025.3.28"
3+
version = "2025.3.29"
44
description = "Batteries-included loadbalancing client for Azure OpenAI"
55
readme = "README.md"
66
license = { text = "MIT" }
@@ -58,7 +58,7 @@ addopts = "-s -v --import-mode=importlib --cov=src/azure_switchboard --cov-repor
5858
markers = ["mock_models(*models): specify which models to mock for API testing"]
5959

6060
[tool.bumpver]
61-
current_version = "2025.3.28"
61+
current_version = "2025.3.29"
6262
version_pattern = "YYYY.MM.INC0"
6363
commit_message = "release: {new_version}"
6464
tag_message = "{new_version}"

0 commit comments

Comments
 (0)