From 9b0ddaad980faa92227ed135d0dda7054eb19bad Mon Sep 17 00:00:00 2001 From: David Date: Thu, 16 Jul 2026 19:49:06 +0300 Subject: [PATCH] fix: version bump to 1.0.1, publish script --- publish.sh | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/publish.sh b/publish.sh index b350d1c..005d1ef 100755 --- a/publish.sh +++ b/publish.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +rm -rf ./dist python3 -m build python3 -m twine upload --repository pypi dist/* \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5aaaeec..55c26ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"