From f1f4faab4f855a8c9cbb5569135a113b1b3fd984 Mon Sep 17 00:00:00 2001 From: Murad Akhundov Date: Thu, 20 Nov 2025 13:14:32 +0100 Subject: [PATCH] bump version to 0.3.3 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7f0eb1..b20a098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typeid-python" -version = "0.3.2" +version = "0.3.3" description = "Python implementation of TypeIDs: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs" authors = ["Murad Akhundov "] license = "MIT"