Skip to content

Commit d9871d8

Browse files
committed
Merge branch 'release-v2.6.3'
2 parents 7567313 + 7ba1a59 commit d9871d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dspy/.internal_dspyai/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#replace_package_name_marker
99
name="dspy-ai",
1010
#replace_package_version_marker
11-
version="2.6.2",
11+
version="v2.6.3",
1212
description="DSPy",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
@@ -19,5 +19,5 @@
1919
packages=find_packages(include=["dsp.*", "dspy.*", "dsp", "dspy"]),
2020
python_requires=">=3.9",
2121
#replace_dspy_version_marker
22-
install_requires=["dspy>=2.6.2"]
22+
install_requires=["dspy>=v2.6.3"]
2323
)

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

0 commit comments

Comments
 (0)