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"