1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-09-27 12:01:01 +02:00

[skip ci] Bump the patch version following 2.5.0 release

This commit is contained in:
q-posev 2024-09-11 10:20:56 +02:00
parent 908842122e
commit d88358fb7b
No known key found for this signature in database
GPG Key ID: 45235B39F0399606
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16)
# Initialize the CMake project. # Initialize the CMake project.
project(Trexio project(Trexio
VERSION 2.5.0 VERSION 2.5.1
DESCRIPTION "TREX I/O library" DESCRIPTION "TREX I/O library"
LANGUAGES C Fortran LANGUAGES C Fortran
) )

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([trexio],[2.5.0],[https://github.com/TREX-CoE/trexio/issues]) AC_INIT([trexio],[2.5.1],[https://github.com/TREX-CoE/trexio/issues])
AC_CONFIG_SRCDIR([Makefile.in]) AC_CONFIG_SRCDIR([Makefile.in])
AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_HEADERS([include/config.h])

View File

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead # This file is generated by dune, edit dune-project instead
opam-version: "2.0" opam-version: "2.0"
version: "2.4.2" version: "2.5.1"
synopsis: "Binding for the TREXIO Input/Output library" synopsis: "Binding for the TREXIO Input/Output library"
description: description:
"TREXIO is a file format and library for storing wave functions and integrals for quantum chemistry." "TREXIO is a file format and library for storing wave functions and integrals for quantum chemistry."

View File

@ -1 +1 @@
__version__ = "2.5.0" __version__ = "2.5.1"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "trexio" name = "trexio"
version = "2.5.0" version = "2.5.1"
edition = "2021" edition = "2021"
license = "BSD-3-Clause" license = "BSD-3-Clause"
authors = ["Anthony Scemama <scemama@irsamc.ups-tlse.fr>", "Evgeny Posenitskiy"] authors = ["Anthony Scemama <scemama@irsamc.ups-tlse.fr>", "Evgeny Posenitskiy"]