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