diff --git a/python/pyproject.toml b/python/pyproject.toml index 952ce43e7..734bc8334 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -6,7 +6,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -version = "0.1.5" +version = "0.2.0" dependencies = ["typer>=0.9.0", "httpx>=0.18.2"] [project.optional-dependencies] @@ -15,7 +15,7 @@ dev = ["pytest>=7.0"] [tool.poetry] name = "gritql" -version = "0.1.5" +version = "0.2.0" description = "Python bindings for GritQL" authors = ["Grit "] license = "MIT"