From 3d2528d2d09e6cf49e5dee7dbc2aa9b7fbe28582 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Tue, 27 Feb 2024 17:13:35 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.0=20=E2=86=92=202.0.0?= 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 7a70f51..5b57ece 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 2.0.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/chatlab/_version.py b/chatlab/_version.py index 67bc602..8c0d5d5 100644 --- a/chatlab/_version.py +++ b/chatlab/_version.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "2.0.0" diff --git a/pyproject.toml b/pyproject.toml index 5b0f587..39bce98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "chatlab" -version = "1.3.0" +version = "2.0.0" homepage = "https://github.com/rgbkrk/chatlab" description = "Chat Plugin Experiments, Simplified. Give all the power to the models in your life." authors = ["Kyle Kelley "]