From 32f0da3ded6497519b306bdbb61f98fd55fb0c00 Mon Sep 17 00:00:00 2001 From: steven krawczyk Date: Tue, 3 Oct 2023 14:45:07 -0700 Subject: [PATCH] Update to version 0.0.35 --- docs/source/conf.py | 2 +- prompttools/version.py | 4 ++-- pyproject.toml | 2 +- version.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 357b0cb1..416ea35c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,7 +11,7 @@ project = "prompttools" copyright = "2023, Hegel AI" author = "Hegel AI" -release = "0.0.34" +release = "0.0.35" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/prompttools/version.py b/prompttools/version.py index ae5e6f47..925d5f0f 100644 --- a/prompttools/version.py +++ b/prompttools/version.py @@ -1,2 +1,2 @@ -__version__ = '0.0.34a0+4b2e0f2' -git_version = '4b2e0f229fcc03fcb77e0ed6da52d0f304eeb7c2' +__version__ = '0.0.35a0+11a940e' +git_version = '11a940ecfe36bf8dba8e384f08a9aecddb413d40' diff --git a/pyproject.toml b/pyproject.toml index 8cf278c8..b052a0e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "prompttools" -version = "0.0.34" +version = "0.0.35" authors = [ { name="Hegel AI", email="team@hegel-ai.com" }, ] diff --git a/version.txt b/version.txt index a87addd5..b79eb54d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.34a0 +0.0.35a0