chg: Bump version

pull/6/head v1.2
Raphaël Vinot 2020-10-26 11:26:31 +01:00
parent 74cdc8c9fc
commit dc4f445cf8
1 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pytaxonomies"
version = "1.1"
version = "1.2"
description = "Python API for the taxonomies."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"
@ -46,7 +46,5 @@ mypy = "^0.761"
pytaxonomies = 'pytaxonomies.script:main'
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry_core>=1.0", "setuptools"]
build-backend = "poetry.core.masonry.api"