Skip to content

Commit e5dac27

Browse files
committed
Merge branch 'release-2.6.15'
2 parents 89770d3 + 1e0c4eb commit e5dac27

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
1.08 KB
Binary file not shown.

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.14"
5+
version="2.6.15"
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.14"
4+
__version__="2.6.15"
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.14"
11+
version="2.6.15"
1212
description = "DSPy"
1313
readme = "README.md"
1414
authors = [{ name = "Omar Khattab", email = "[email protected]" }]

0 commit comments

Comments
 (0)