Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit b19c9f5

Browse files
authored
Merge pull request #30 from TJC-LP/release-v0.2.4
Prepare release `v0.2.4`
2 parents eeaa6de + 9e81ef0 commit b19c9f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

55
[tool.poetry]
66
name = "spark-instructor"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
description = "A library for building structured LLM responses with Spark"
99
readme = "README.md"
1010
license = "MIT"

spark_instructor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Init for ``spark_instructor``."""
22

3-
__version__ = "0.2.3"
3+
__version__ = "0.2.4"
44
__author__ = "Richie Caputo"
55
__email__ = "rcaputo3@tjclp.com"
66

0 commit comments

Comments
 (0)