diff --git a/pyproject.toml b/pyproject.toml index 40327a3..31e9cae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mode-client" -version = "1.1.2" +version = "1.2.0" description = "A typed Python client for the Mode API" authors = ["Kshitij Aranke "] readme = "README.md" @@ -25,7 +25,7 @@ mypy = "^0.971" [tool.commitizen] name = "cz_conventional_commits" -version = "1.1.2" +version = "1.2.0" version_files = ["pyproject.toml:version"] [build-system]