diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a6e159..8143be3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/pyproject + url: https://pypi.org/p/pyvariot permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: diff --git a/pyproject.toml b/pyproject.toml index 52f28c4..3efb236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyvariot" -version = "0.1.1" +version = "0.2.0" description = "Python CLI and module to query the VARIoT IoT vulnerabilities and exploits databases" authors = ["Raphaƫl Vinot "] license = "BSD-3-Clause"