diff --git a/pyproject.toml b/pyproject.toml index 20f05c1..4f15014 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'skjold' -version = '0.4.1' +version = '0.5.0' description = 'Security audit Python project dependencies against security advisory databases.' authors = ["Thomas Wurmitzer "] packages = [{ include="skjold/**/*.py", from = "src" }] @@ -26,6 +26,7 @@ classifiers = [ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Build Tools", diff --git a/src/skjold/cli.py b/src/skjold/cli.py index 3de89d2..67b9870 100644 --- a/src/skjold/cli.py +++ b/src/skjold/cli.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -__version__ = "0.4.1" +__version__ = "0.5.0" import datetime import os