diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8b33895..8d5fac6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0 +current_version = 2.1.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/chatlab/_version.py b/chatlab/_version.py index 9aa3f90..58039f5 100644 --- a/chatlab/_version.py +++ b/chatlab/_version.py @@ -1 +1 @@ -__version__ = "2.1.0" +__version__ = "2.1.1" diff --git a/pyproject.toml b/pyproject.toml index 57762be..2bc253d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "chatlab" -version = "2.1.0" +version = "2.1.1" homepage = "https://github.com/rgbkrk/chatlab" description = "Chat Plugin Experiments, Simplified. Give all the power to the models in your life." authors = ["Kyle Kelley "]