Skip to content

Commit db28f1e

Browse files
version
1 parent 05b1da8 commit db28f1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
#replace_package_name_marker
7-
name="dspy-ai"
7+
name="dspy"
88
#replace_package_version_marker
9-
version="2.5.8"
9+
version="2.5.12"
1010
description = "DSPy"
1111
readme = "README.md"
1212
authors = [{ name = "Omar Khattab", email = "[email protected]" }]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#replace_package_name_marker
1313
name="dspy",
1414
#replace_package_version_marker
15-
version="2.5.8",
15+
version="2.5.12",
1616
description="DSPy",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)