Skip to content

Commit 9f24553

Browse files
committed
Merge branch 'release-2.6.26'
2 parents 20b9242 + 13c1e0d commit 9f24553

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dspy/.internal_dspyai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#replace_package_name_marker
33
name="dspy-ai"
44
#replace_package_version_marker
5-
version="2.6.25"
5+
version="2.6.26"
66
description = "DSPy"
77
readme = "README.md"
88
authors = [

dspy/__metadata__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#replace_package_name_marker
22
__name__="dspy"
33
#replace_package_version_marker
4-
__version__="2.6.25"
4+
__version__="2.6.26"
55
__description__="DSPy"
66
__url__="https://github.com/stanfordnlp/dspy"
77
__author__="Omar Khattab"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
#replace_package_name_marker
99
name="dspy"
1010
#replace_package_version_marker
11-
version="2.6.25"
11+
version="2.6.26"
1212
description = "DSPy"
1313
readme = "README.md"
1414
authors = [{ name = "Omar Khattab", email = "[email protected]" }]

0 commit comments

Comments
 (0)