From 57004f14b05411042b0e0268c6e7c5a7827bc190 Mon Sep 17 00:00:00 2001 From: Aleksei Maslakov Date: Thu, 17 Aug 2023 02:18:30 +0300 Subject: [PATCH] Bump version to 0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"