diff --git a/pyproject.toml b/pyproject.toml index 5a48cb7..6771c8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thrift-pyi" -version = "0.1.0" +version = "0.2.0" description = "This is simple `.pyi` stubs generator from thrift interfaces" readme = "README.rst" repository = "https://github.com/unmade/thrift-pyi" diff --git a/src/thriftpyi/__init__.py b/src/thriftpyi/__init__.py index 3dc1f76..e69de29 100644 --- a/src/thriftpyi/__init__.py +++ b/src/thriftpyi/__init__.py @@ -1 +0,0 @@ -__version__ = "0.1.0"