Skip to content

Commit

Permalink
Merge branch 'release-2.6.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 20, 2025
2 parents 9b35cdc + 4ca154a commit 84b9b88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dspy/.internal_dspyai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#replace_package_name_marker
name="dspy-ai",
#replace_package_version_marker
version="2.6.4",
version="2.6.5",
description="DSPy",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -19,5 +19,5 @@
packages=find_packages(include=["dsp.*", "dspy.*", "dsp", "dspy"]),
python_requires=">=3.9",
#replace_dspy_version_marker
install_requires=["dspy>=2.6.4"]
install_requires=["dspy>=2.6.5"]
)
2 changes: 1 addition & 1 deletion dspy/__metadata__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#replace_package_name_marker
__name__="dspy"
#replace_package_version_marker
__version__="2.6.4"
__version__="2.6.5"
__description__="DSPy"
__url__="https://github.com/stanfordnlp/dspy"
__author__="Omar Khattab"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
#replace_package_name_marker
name="dspy"
#replace_package_version_marker
version="2.6.4"
version="2.6.5"
description = "DSPy"
readme = "README.md"
authors = [{ name = "Omar Khattab", email = "[email protected]" }]
Expand Down

0 comments on commit 84b9b88

Please sign in to comment.