Skip to content

Commit

Permalink
Change version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siliconlad committed Mar 3, 2024
1 parent ee9bcc9 commit d670f7f
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 @@ -9,7 +9,7 @@ line_length = 100

[tool.poetry]
name = "tool2schema"
version = "v1.1.0"
version = "v1.2.0"
description = "A library to generate function schemas for use in the OpenAI API."
authors = ["Angus Stewart <siliconlad@protonmail.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tool2schema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = "v1.1.0"
__version__ = "v1.2.0"

from .config import Config
from .schema import (
Expand Down

0 comments on commit d670f7f

Please sign in to comment.