From f755a9957ae77eb9684da657754feac265c90544 Mon Sep 17 00:00:00 2001 From: Rustam Guliyev Date: Wed, 27 Mar 2024 19:20:21 +0400 Subject: [PATCH] release 0.2.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a41ad9..2758205 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typeid-python" -version = "0.2.2" +version = "0.2.3" description = "Python implementation of TypeIDs: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs" authors = ["Murad Akhundov "] license = "MIT"