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"