From faab6fd51a41cbc6c262cb0ef0bd2623899001a5 Mon Sep 17 00:00:00 2001 From: Ko van der Sloot Date: Thu, 12 Sep 2024 11:44:46 +0200 Subject: [PATCH] bump version after release --- codemeta.json | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index 9ef884b..b86e61a 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", diff --git a/configure.ac b/configure.ac index 065a7e3..e710e6e 100644 --- a/configure.ac +++ b/configure.ac @@ -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])