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 "]