change version to 2.1.1

This commit is contained in:
2024-01-15 10:17:54 +01:00
parent ab5469db29
commit 50a513b8ac
2 changed files with 2 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ select version in $(find . -maxdepth 1 -type f -name "pyquarantine-*.*.*.tar.gz"
[ -n "${version}" ] && break
echo -e "\ninvalid choice\n\n${msg}"
done
${TWINE} upload "${version}"{.tar.gz,-*.whl}
${TWINE} upload -u __token__ "${version}"{.tar.gz,-*.whl}

View File

@@ -27,7 +27,7 @@ __all__ = [
"lists",
"QuarantineMilter"]
__version__ = "2.1.0"
__version__ = "2.1.1"
from pyquarantine import _runtime_patches