Skip to content

Commit d449583

Browse files
release: 2025.6.0
1 parent a2bb860 commit d449583

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.5.0"
3+
version = "2025.6.0"
44
description = "Batteries-included loadbalancing client for Azure OpenAI"
55
readme = "README.md"
66
license = { text = "MIT" }
@@ -60,7 +60,7 @@ addopts = "-s -v --import-mode=importlib --cov=src/azure_switchboard --cov-repor
6060
markers = ["mock_models(*models): specify which models to mock for API testing"]
6161

6262
[tool.bumpver]
63-
current_version = "2025.5.0"
63+
current_version = "2025.6.0"
6464
version_pattern = "YYYY.MM.INC0"
6565
commit_message = "release: {new_version}"
6666
tag_message = "{new_version}"

0 commit comments

Comments
 (0)