Skip to content

Commit 8e9b509

Browse files
committed
Release 0.1.2
1 parent b137bfa commit 8e9b509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dspy_code/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
through natural language interactions.
66
"""
77

8-
__version__ = "0.1.0"
8+
__version__ = "0.1.2"
99
__author__ = "DSPy Code Team"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dspy-code"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Claude Code for DSPy: AI-powered interactive development environment for DSPy"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)