From 0f27057daf0c77dea1f65d23cb52ed0ee97d6379 Mon Sep 17 00:00:00 2001 From: Murad Akhundov Date: Sun, 16 Jun 2024 17:20:34 +0400 Subject: [PATCH] release v0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd03a21..729f7d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typeid-python" -version = "0.3.0" +version = "0.3.1" description = "Python implementation of TypeIDs: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs" authors = ["Murad Akhundov "] license = "MIT"