mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 04:14:40 +01:00
[skip ci] Bump the patch version following 2.5.0 release
This commit is contained in:
parent
908842122e
commit
d88358fb7b
@ -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
|
||||||
)
|
)
|
||||||
|
@ -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])
|
||||||
|
@ -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."
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "2.5.0"
|
__version__ = "2.5.1"
|
||||||
|
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user