From 13567fceb89aaafff9e38952bd2bd486611243b8 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 26 Apr 2023 10:07:04 +0200 Subject: [PATCH] [wheel build] Set version number to 2.3.1 for fixing text backend in python --- 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 d680079..9bda21c 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.4.0 + VERSION 2.3.1 DESCRIPTION "TREX I/O library" LANGUAGES C Fortran ) diff --git a/configure.ac b/configure.ac index 2bd60d3..dede482 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.4.0],[https://github.com/TREX-CoE/trexio/issues]) +AC_INIT([trexio],[2.3.1],[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 3e8d9f9..9c73af2 100644 --- a/python/pytrexio/_version.py +++ b/python/pytrexio/_version.py @@ -1 +1 @@ -__version__ = "1.4.0" +__version__ = "1.3.1"