From 51d23cd34dcaf00dee3923b8a5fbd3b79762a2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Tue, 6 Apr 2021 14:56:35 +0200 Subject: [PATCH] Updated setup.py with current version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cb0004f..bf8c0dd 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ PACKAGE_NAME = 'parent' -VERSION = '1.0' +VERSION = '1.1.1' KEYWORDS = ' '.join([ 'parent', 'metric', 'evaluation', 'data-to-text', 'nlg', 'ngram' @@ -77,4 +77,4 @@ "parent=parent:main", ] } -) \ No newline at end of file +)