Skip to content

Commit 0ae3511

Browse files
committed
Update to graphANNIS 3.1.1
1 parent 2ffdd3a commit 0ae3511

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# graphANNIS Python Bindings
44

5-
GraphANNIS is a library for corpus linguistic queries and these are the Python bindings to **graphANNIS core library version 2.4.8**.
5+
GraphANNIS is a library for corpus linguistic queries and these are the Python bindings to **graphANNIS core library version 3.1.1**.
66

77

88
## How to use in your own scripts

README_pypi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ graphANNIS Python Bindings
33
==========================
44

55
GraphANNIS (https://github.com/korpling/graphANNIS/) is a library for corpus linguistic queries
6-
and these are the Python bindings to **graphANNIS core library version 2.4.8**.
6+
and these are the Python bindings to **graphANNIS core library version 3.1.1**.
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Package meta-data
1515
VERSION = '2.4.8'
16-
CORE_VERSION = '2.4.8' # graphANNIS core library version
16+
CORE_VERSION = '3.1.1' # graphANNIS core library version
1717

1818
CORE_FILES = {
1919
'linux-x86-64/libgraphannis.so': 'https://github.com/korpling/graphANNIS/releases/download/v' +

0 commit comments

Comments
 (0)