From d670f7fb1834c35a4923f2c579214437c79709c3 Mon Sep 17 00:00:00 2001 From: Poetry Publish Bot <38025909+siliconlad@users.noreply.github.com> Date: Sun, 3 Mar 2024 11:59:47 +0000 Subject: [PATCH] Change version to v1.2.0 --- pyproject.toml | 2 +- tool2schema/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6100055..a587d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "Apache-2.0" diff --git a/tool2schema/__init__.py b/tool2schema/__init__.py index 53b11dc..02767b2 100644 --- a/tool2schema/__init__.py +++ b/tool2schema/__init__.py @@ -1,5 +1,5 @@ # flake8: noqa -__version__ = "v1.1.0" +__version__ = "v1.2.0" from .config import Config from .schema import (