fix: version bump to 1.0.1, publish script

This commit is contained in:
2026-07-16 19:49:06 +03:00
parent 844cdec0ff
commit 9b0ddaad98
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "snanosm"
version = "1.0.0"
version = "1.0.1"
authors = [
{ name="ITStudiosi", email="david@studiosi.es" },
]
@@ -14,7 +14,7 @@ requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Libraries",
"Typing :: Typed"