Skip to content

Commit

Permalink
Merge pull request #11 from TJC-LP/release-v0.1.1
Browse files Browse the repository at this point in the history
Prepare `v0.1.1`
  • Loading branch information
arcaputo3 authored Jul 12, 2024
2 parents 5749bc0 + 0b8e4e8 commit 93e6112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0"
version = "0.1.1"
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.0"
__version__ = "0.1.1"
__author__ = "Richie Caputo"
__email__ = "[email protected]"

Expand Down

0 comments on commit 93e6112

Please sign in to comment.