From 0556d32cfb7f47e1557db1b2c130b5b27702e547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E4=B9=8B=E6=B8=85=E6=B3=A0?= Date: Thu, 12 Feb 2026 16:24:49 +0800 Subject: [PATCH] release: v0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 990a645..4a4d485 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "primitive-type" -version = "0.1.1" +version = "0.1.2" description = "Check a value or object if the type of it is primitive, or convert it to other primitive type in Python." readme = "README.md" license = { file = "LICENSE" }