chg: Bump version

pull/16/head v1.3
Raphaël Vinot 2022-01-13 11:27:27 +01:00
parent 6d5e22b145
commit 04e8678741
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pymispwarninglists"
version = "1.2"
version = "1.3"
description = "Python API for the MISP warning lists."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"

View File

@ -5,7 +5,7 @@ from setuptools import setup # type: ignore
setup(
name='pymispwarninglists',
version='1.0-dev',
version='2.0-dev',
author='Raphaël Vinot',
author_email='raphael.vinot@circl.lu',
maintainer='Raphaël Vinot',