From cd4a9572af4b7d507e4fcae1530b869cd8b9f8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Grobol?= Date: Fri, 16 Oct 2020 14:45:03 +0200 Subject: [PATCH] bump version --- .vscode/settings.json | 3 +++ setup.cfg | 2 +- uuparser/__init__.py | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c7cadb4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": ".venv/bin/python" +} \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 8877462..b81790f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = uuparser -version = 2.3 +version = 2.4 description = A transition-based parser for Universal Dependencies with BiLSTM word and character representations. https://github.com/UppsalaNLP/uuparser license = Apache diff --git a/uuparser/__init__.py b/uuparser/__init__.py index e69de29..42ba885 100644 --- a/uuparser/__init__.py +++ b/uuparser/__init__.py @@ -0,0 +1 @@ +__version__ = "2.4" \ No newline at end of file