From 3b72753e6a0ff171cb78dd4068c48fc7c1176a14 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Wed, 28 Jun 2023 17:04:11 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.15.1=20=E2=86=92=200.15.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- chatlab/_version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f8d71e6..7988782 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.1 +current_version = 0.15.2 commit = True tag = True diff --git a/chatlab/_version.py b/chatlab/_version.py index 6fccdee..00d1ab5 100644 --- a/chatlab/_version.py +++ b/chatlab/_version.py @@ -1 +1 @@ -__version__ = '0.15.1' +__version__ = '0.15.2' diff --git a/pyproject.toml b/pyproject.toml index c1fc23b..ed731a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "chatlab" -version = "0.15.1" +version = "0.15.2" homepage = "https://github.com/rgbkrk/chatlab" description = "Markdown for LLMs." authors = ["Kyle Kelley "]