Skip to content

Commit

Permalink
Merge pull request #22 from TJC-LP/release-v0.2.0
Browse files Browse the repository at this point in the history
Prepare release `v0.2.0`
  • Loading branch information
arcaputo3 authored Aug 12, 2024
2 parents 94957f2 + 0a72c30 commit fa7cf6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "spark-instructor"
version = "0.1.3"
version = "0.2.0"
description = "A library for building structured LLM responses with Spark"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion spark_instructor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Init for ``spark_instructor``."""

__version__ = "0.1.3"
__version__ = "0.2.0"
__author__ = "Richie Caputo"
__email__ = "[email protected]"

Expand Down

0 comments on commit fa7cf6b

Please sign in to comment.