From 7ab700958ee1896a2629d57cd70beb5e96fa22e2 Mon Sep 17 00:00:00 2001 From: Matt Pizzimenti Date: Sun, 23 Jul 2023 22:02:43 -0700 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58ea515..d03a10d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thrift-pyi" -version = "0.5.0" +version = "0.6.0" description = "This is simple `.pyi` stubs generator from thrift interfaces" readme = "README.rst" repository = "https://github.com/unmade/thrift-pyi"