From 7d36bb0922948f299ace033d0de58590ae4254f3 Mon Sep 17 00:00:00 2001 From: steven krawczyk Date: Fri, 22 Dec 2023 15:51:01 -0800 Subject: [PATCH] Version bump --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e881488..fa00b82 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.43" +release = "0.0.44" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index e93bde0..2d4ce9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "prompttools" -version = "0.0.43" +version = "0.0.44" authors = [ { name="Hegel AI", email="team@hegel-ai.com" }, ] diff --git a/version.txt b/version.txt index 85a9ee5..2fcff7e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.43a0 +0.0.44a0