From c6fb8036e9782db439d3e6f49cfd3d5b6b5055bb Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:51:09 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3a7dc5c..373e187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ description = "Reactive chat bot framework" readme = "README.md" license = { text = "Apache-2.0" } -version = "1.1.0" +version = "2.0.0" requires-python = ">=3.10" keywords = [ "csp", @@ -90,7 +90,7 @@ Repository = "https://github.com/Point72/csp-bot" Homepage = "https://github.com/Point72/csp-bot" [tool.bumpversion] -current_version = "1.1.0" +current_version = "2.0.0" commit = true tag = true commit_args = "-s"