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
+1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
rm -rf ./dist
python3 -m build python3 -m build
python3 -m twine upload --repository pypi dist/* python3 -m twine upload --repository pypi dist/*
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "snanosm" name = "snanosm"
version = "1.0.0" version = "1.0.1"
authors = [ authors = [
{ name="ITStudiosi", email="david@studiosi.es" }, { name="ITStudiosi", email="david@studiosi.es" },
] ]
@@ -14,7 +14,7 @@ requires-python = ">=3.9"
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Development Status :: 2 - Pre-Alpha", "Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries",
"Typing :: Typed" "Typing :: Typed"