From 22531b47ebdfa0c0f879e3706478370cb7bfa859 Mon Sep 17 00:00:00 2001 From: q-posev Date: Fri, 3 Jun 2022 09:49:15 +0200 Subject: [PATCH] Upgrade the minor version before the release --- CMakeLists.txt | 2 +- configure.ac | 2 +- python/pytrexio/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index faf56bd5..8a5712f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) # Initialize the CMake project. project(Trexio - VERSION 2.2.0 + VERSION 2.3.0 DESCRIPTION "TREX I/O library" LANGUAGES C Fortran ) diff --git a/configure.ac b/configure.ac index 3d312f6f..01005c36 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([trexio],[2.2.0],[https://github.com/TREX-CoE/trexio/issues]) +AC_INIT([trexio],[2.3.0],[https://github.com/TREX-CoE/trexio/issues]) AC_CONFIG_SRCDIR([Makefile.in]) AC_CONFIG_HEADERS([include/config.h]) diff --git a/python/pytrexio/_version.py b/python/pytrexio/_version.py index c68196d1..67bc602a 100644 --- a/python/pytrexio/_version.py +++ b/python/pytrexio/_version.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.3.0"