Skip to content

Commit cd4a957

Browse files
committed
bump version
1 parent c0d8a82 commit cd4a957

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": ".venv/bin/python"
3+
}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = uuparser
3-
version = 2.3
3+
version = 2.4
44
description = A transition-based parser for Universal Dependencies with BiLSTM word and character representations.
55
https://github.com/UppsalaNLP/uuparser
66
license = Apache

uuparser/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "2.4"

0 commit comments

Comments
 (0)