From 947498b5ecb012d9631c72b874b0827f71b1b668 Mon Sep 17 00:00:00 2001 From: Aleksei Maslakov Date: Sun, 20 Oct 2024 14:36:20 +0200 Subject: [PATCH] Bump version to `1.0.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73ad4f6..3065458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thrift-pyi" -version = "0.9.0" +version = "1.0.0" description = "This is simple `.pyi` stubs generator from thrift interfaces" readme = "README.rst" repository = "https://github.com/unmade/thrift-pyi"