diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 243300a..df2a248 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.6.0 +current_version = 4.7.0 [bumpversion:file:pyproject.toml] diff --git a/doc/conf.py b/doc/conf.py index 69313f8..3a03b5b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = "4.6.0" +version = "4.7.0" # The full version, including alpha/beta/rc tags. -release = "4.6.0" +release = "4.7.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 1cdff3c..d3d8ef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbrokerapi" -version = "4.6.0" +version = "4.7.0" description = "A python package for the V2 CF Service Broker API and Open Broker API (version 2.13+)" authors = ["Maic Siemering "] license = "MIT"