Skip to content

Commit ea255ff

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
bumped version after release
1 parent b352a26 commit ea255ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@type": "SoftwareSourceCode",
77
"identifier": "mbt",
88
"name": "mbt",
9-
"version": "3.5",
9+
"version": "3.6",
1010
"description": "MBT is a memory-based tagger-generator and tagger in one. The tagger-generator part can generate a sequence tagger on the basis of a training set of tagged sequences; the tagger part can tag new sequences. MBT can, for instance, be used to generate part-of-speech taggers or chunkers for natural language processing. It has also been used for named-entity recognition, information extraction in domain-specific texts, and disfluency chunking in transcribed speech. ",
1111
"license": "https://spdx.org/licenses/GPL-3.0",
1212
"url": "https://languagemachines.github.io/mbt",

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT([mbt],[3.5],[[email protected]]) #also adapt in codemeta.json!
5+
AC_INIT([mbt],[3.6],[[email protected]]) #also adapt in codemeta.json!
66

77
AM_INIT_AUTOMAKE
88
AC_CONFIG_SRCDIR([.])

0 commit comments

Comments
 (0)