Skip to content

Commit b1ca060

Browse files
committed
bump version after release
1 parent 7557ac3 commit b1ca060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@type": "SoftwareSourceCode",
99
"identifier": "ucto",
1010
"name": "ucto",
11-
"version": "0.35",
11+
"version": "0.36",
1212
"description": "Ucto tokenizes text files: it separates words from punctuation, and splits sentences. This is one of the first tasks for almost any Natural Language Processing application. Ucto offers several other basic preprocessing steps such as changing case that you can all use to make your text suited for further processing such as indexing, part-of-speech tagging, or machine translation.",
1313
"license": "https://spdx.org/licenses/GPL-3.0-only",
1414
"url": "https://languagemachines.github.io/ucto",

configure.ac

+1-1
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.69])
5-
AC_INIT([ucto],[0.35],[[email protected]]) #adapt version number in codemeta.json as well
5+
AC_INIT([ucto],[0.36],[[email protected]]) #adapt version number in codemeta.json as well
66
AM_INIT_AUTOMAKE([foreign])
77
AC_CONFIG_SRCDIR([configure.ac])
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)