Skip to content

Commit 7dd7b46

Browse files
okhatgithub-actions[bot]
authored andcommitted
Update versions
1 parent c91186f commit 7dd7b46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/.internal_dspyai/pyproject.toml

Lines changed: 2 additions & 2 deletions
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="3.0.0b1"
5+
version="3.0.0b2"
66
description = "DSPy"
77
readme = "README.md"
88
authors = [
@@ -11,7 +11,7 @@ authors = [
1111
license = { text = "MIT License" }
1212
requires-python = ">=3.9"
1313
#replace_dspy_version_marker
14-
dependencies = ["dspy>=2.6.5"]
14+
dependencies = ["dspy>=3.0.0b2"]
1515
urls = { "Homepage" = "https://github.com/stanfordnlp/dsp" }
1616

1717
[build-system]

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__="3.0.0b1"
4+
__version__="3.0.0b2"
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="3.0.0b1"
11+
version="3.0.0b2"
1212
description = "DSPy"
1313
readme = "README.md"
1414
authors = [{ name = "Omar Khattab", email = "okhattab@stanford.edu" }]

0 commit comments

Comments
 (0)