fix: release action

This commit is contained in:
Raphaël Vinot 2024-06-10 16:39:18 +02:00
parent 17df93bb5f
commit f389e2458b
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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 <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"