From 5cba90a3b99683e2fc44db2233da1817785b5229 Mon Sep 17 00:00:00 2001 From: Murad Akhundov Date: Thu, 6 Jul 2023 16:48:20 +0400 Subject: [PATCH] Release 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcc636e..b3d7f66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typeid-python" -version = "0.1.2" +version = "0.2.0" description = "Python implementation of TypeIDs: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs" authors = ["Murad Akhundov "] license = "MIT"