diff --git a/codemeta.json b/codemeta.json index b01fe9f..1461f78 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "@type": "SoftwareSourceCode", "identifier": "ticcutils", "name": "ticcutils", - "version": "0.35", + "version": "0.36", "description": "This module contains useful functions for general use in the TiCC software stack and beyond.", "license": "https://spdx.org/licenses/GPL-3.0", "url": "https://github.com/LanguageMachines/ticcutils", diff --git a/configure.ac b/configure.ac index 9750871..68345d8 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([ticcutils],[0.35],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json! +AC_INIT([ticcutils],[0.36],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json! AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([.]) AC_CONFIG_MACRO_DIR([m4])