diff --git a/pyproject.toml b/pyproject.toml index d03a10d..e1920c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thrift-pyi" -version = "0.6.0" +version = "0.7.0" description = "This is simple `.pyi` stubs generator from thrift interfaces" readme = "README.rst" repository = "https://github.com/unmade/thrift-pyi"