From 0327be884f83b11bf8aa19b746efc1cd0ee80c30 Mon Sep 17 00:00:00 2001 From: Yoann Schneider <yschneider@teklia.com> Date: Wed, 1 Mar 2023 16:39:08 +0000 Subject: [PATCH] Add version file --- VERSION | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..0d91a54 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.3.0 diff --git a/setup.py b/setup.py index 4ecabee..d98c59d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires = requirements("requirements.txt") setup( name="Nerval", - version=0.3, + version=open("VERSION").read(), description="Tool to evaluate NER on noisy text.", author="Teklia", author_email="bmiret@teklia.com", -- GitLab