From 13d32a04b904d2183a7e34bb8b7bbffe6a87af63 Mon Sep 17 00:00:00 2001 From: Murad Akhundov Date: Sat, 8 Jul 2023 15:29:48 +0400 Subject: [PATCH] Release 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ac3c76..8232c67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typeid-python" -version = "0.2.0" +version = "0.2.1" description = "Python implementation of TypeIDs: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs" authors = ["Murad Akhundov "] license = "MIT"