diff --git a/csp_bot/__init__.py b/csp_bot/__init__.py index 7fc32be..20c1c68 100644 --- a/csp_bot/__init__.py +++ b/csp_bot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.1" +__version__ = "1.1.0" from .backends import * diff --git a/pyproject.toml b/pyproject.toml index 82cdb9a..137dec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "the csp-bot authors", email = "CSPOpenSource@point72.com"}] description = "CSP Bot" readme = "README.md" license = { text = "Apache-2.0" } -version = "1.0.1" +version = "1.1.0" requires-python = ">=3.9" keywords = [ "csp", @@ -71,7 +71,7 @@ Repository = "https://github.com/point72/csp-bot" Homepage = "https://github.com/point72/csp-bot" [tool.bumpversion] -current_version = "1.0.1" +current_version = "1.1.0" commit = true tag = true commit_args = "-s"