diff --git a/.bumpversion.toml b/.bumpversion.toml index 7be5c34..6e1a5b7 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1.1" +current_version = "0.2.0" commit = true tag = true tag_name = "{new_version}" diff --git a/docs/conf.py b/docs/conf.py index 8cc5f26..66c7fd5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "form2request" copyright = "Zyte Group Ltd" -release = "0.1.1" +release = "0.2.0" extensions = [ "sphinx.ext.autodoc", diff --git a/pyproject.toml b/pyproject.toml index 8403f5a..9f0eead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "form2request" -version = "0.1.1" +version = "0.2.0" description = "Build HTTP requests out of HTML forms" authors = [{name = "Zyte Group Ltd", email = "info@zyte.com"}] readme = "README.rst"