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"