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