diff --git a/.gitignore b/.gitignore index 2c31706949f33af3995780d347f97a1e3d0dc6aa..217296866c86503c594cfb0fd1d251b71466e60c 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 13175fdc437138f09019c0688f900c1c227be1e9..9df886c42a1e2082f1471383d986fea4d531f8ac 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