chg: Bump version

pull/10/head
Raphaël Vinot 2023-04-25 21:00:32 +02:00
parent 6fbcfeb175
commit f21acfe082
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pymispgalaxies"
version = "0.2"
version = "0.3"
description = "Python API for the MISP Galaxies."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"
@ -38,5 +38,5 @@ coverage = "^7.2.3"
pytest-cov = "^4.0.0"
[build-system]
requires = ["poetry>=0.12"]
requires = ["poetry-core"]
build-backend = "poetry.masonry.api"