Skip to content

Commit

Permalink
[wheel build] Set version number to 2.3.1 for fixing text backend in …
Browse files Browse the repository at this point in the history
…python
  • Loading branch information
scemama committed Apr 26, 2023
1 parent 99bb01a commit 13567fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
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([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])
Expand Down
2 changes: 1 addition & 1 deletion python/pytrexio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.3.1"

0 comments on commit 13567fc

Please sign in to comment.