release: v0.1.2
All checks were successful
Upload to PyPI / publish (push) Successful in 3m51s
Deploy Sphinx Docs / build-and-deploy (push) Successful in 1m54s

This commit is contained in:
2026-02-12 16:24:49 +08:00
parent 7575283c69
commit 0556d32cfb

View File

@@ -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" }