From 26eab73a58928d1ef941ac8cb2c7fec0dc2a032c Mon Sep 17 00:00:00 2001 From: Bruno Guillaume <Bruno.Guillaume@loria.fr> Date: Wed, 24 Feb 2021 17:45:43 +0100 Subject: [PATCH] version 1.4.2 (ocaml part) --- .gitignore | 2 ++ VERSION | 2 +- test/{test_corpus_count.py => corpus_count.py} | 0 test/{test_json.py => json.py} | 0 4 files changed, 3 insertions(+), 1 deletion(-) rename test/{test_corpus_count.py => corpus_count.py} (100%) rename test/{test_json.py => json.py} (100%) diff --git a/.gitignore b/.gitignore index 2c31706..2172968 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +LOCAL/ build/ dist/ _build @@ -6,3 +7,4 @@ grewpy.native bin MANIFEST *.pyc +UD_French-GSD diff --git a/VERSION b/VERSION index 13175fd..9df886c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.1 \ No newline at end of file +1.4.2 diff --git a/test/test_corpus_count.py b/test/corpus_count.py similarity index 100% rename from test/test_corpus_count.py rename to test/corpus_count.py diff --git a/test/test_json.py b/test/json.py similarity index 100% rename from test/test_json.py rename to test/json.py -- GitLab