diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 30ebee3..cecb753 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.6.0 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index f52aa22..8ed5574 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "0.5.2" +release = "0.6.0" # -- General configuration --------------------------------------------------- diff --git a/zyte_api/__version__.py b/zyte_api/__version__.py index 7225152..906d362 100644 --- a/zyte_api/__version__.py +++ b/zyte_api/__version__.py @@ -1 +1 @@ -__version__ = "0.5.2" +__version__ = "0.6.0"