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 b137bfa commit 8e9b509Copy full SHA for 8e9b509
dspy_code/__init__.py
@@ -5,5 +5,5 @@
5
through natural language interactions.
6
"""
7
8
-__version__ = "0.1.0"
+__version__ = "0.1.2"
9
__author__ = "DSPy Code Team"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
[project]
name = "dspy-code"
-version = "0.1.1"
+version = "0.1.2"
description = "Claude Code for DSPy: AI-powered interactive development environment for DSPy"
readme = "README.md"
10
license = "MIT"
0 commit comments