We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b1da8 commit db28f1eCopy full SHA for db28f1e
pyproject.toml
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
#replace_package_name_marker
7
-name="dspy-ai"
+name="dspy"
8
#replace_package_version_marker
9
-version="2.5.8"
+version="2.5.12"
10
description = "DSPy"
11
readme = "README.md"
12
authors = [{ name = "Omar Khattab", email = "[email protected]" }]
setup.py
@@ -12,7 +12,7 @@
13
name="dspy",
14
15
- version="2.5.8",
+ version="2.5.12",
16
description="DSPy",
17
long_description=long_description,
18
long_description_content_type="text/markdown",
0 commit comments