fix: version, add links for PyPi

This commit is contained in:
Raphaël Vinot 2024-06-07 16:31:58 +02:00
parent b9f381fa75
commit 1f1a96cd3b

View file

@ -1,9 +1,11 @@
[tool.poetry] [tool.poetry]
name = "pyvariot" name = "pyvariot"
version = "0.0.1" version = "0.1.1"
description = "Python CLI and module to query the VARIoT IoT vulnerabilities and exploits databases" description = "Python CLI and module to query the VARIoT IoT vulnerabilities and exploits databases"
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"] authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause" license = "BSD-3-Clause"
repository = "https://github.com/cve-search/pyvariot"
documentation = "https://pyvariot.readthedocs.io/en/latest/"
readme = "README.md" readme = "README.md"