mirror of https://github.com/MISP/PyMISPGalaxies
chg: Bump version
parent
6fbcfeb175
commit
f21acfe082
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pymispgalaxies"
|
name = "pymispgalaxies"
|
||||||
version = "0.2"
|
version = "0.3"
|
||||||
description = "Python API for the MISP Galaxies."
|
description = "Python API for the MISP Galaxies."
|
||||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
@ -38,5 +38,5 @@ coverage = "^7.2.3"
|
||||||
pytest-cov = "^4.0.0"
|
pytest-cov = "^4.0.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.masonry.api"
|
||||||
|
|
Loading…
Reference in New Issue