diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 11d0cba..7d394e4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0-alpha.27 +current_version = 1.0.0-alpha.28 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[a-zA-Z]+))?(\.(?P\d+))? diff --git a/CHANGELOG.md b/CHANGELOG.md index 706928b..3849f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.0-alpha.27] +## [1.0.0-alpha.28] ### Added diff --git a/chatlab/_version.py b/chatlab/_version.py index 25e09f2..967dfa7 100644 --- a/chatlab/_version.py +++ b/chatlab/_version.py @@ -1 +1 @@ -__version__ = "1.0.0-alpha.27" +__version__ = "1.0.0-alpha.28" diff --git a/pyproject.toml b/pyproject.toml index a7a0c8d..db15ed4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "chatlab" -version = "1.0.0-alpha.27" +version = "1.0.0-alpha.28" homepage = "https://github.com/rgbkrk/chatlab" description = "Chat Plugin Experiments, Simplified. Create agents and give them superpowers in your notebooks." authors = ["Kyle Kelley "]