diff --git a/.bumpversion.toml b/.bumpversion.toml index dca8dc8..b0df89f 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "2.3.0" +current_version = "2.4.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/pyproject.toml b/pyproject.toml index f524074..d31fb91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "opengood.py_ml_plot" -version = "2.3.0" +version = "2.4.0" description = "Modules containing reusable functions for machine learning visualization plotting" authors = [ { name = "OpenGood", email = "ai@opengood.ai" }