From 4adc2f06fe413c55807eb456c237e1f302ddf2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 5 Nov 2020 19:21:31 +0100 Subject: [PATCH] chg: Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d7818b..98f8d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytaxonomies" -version = "1.2" +version = "1.3" description = "Python API for the taxonomies." authors = ["Raphaƫl Vinot "] license = "BSD-3-Clause"