Skip to content

Commit

Permalink
bump version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 12, 2024
1 parent 238f664 commit faab6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@type": "SoftwareSourceCode",
"identifier": "ucto",
"name": "ucto",
"version": "0.34",
"version": "0.35",
"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.",
"license": "https://spdx.org/licenses/GPL-3.0-only",
"url": "https://languagemachines.github.io/ucto",
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([ucto],[0.34],[lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
AC_INIT([ucto],[0.35],[lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit faab6fd

Please sign in to comment.