mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-21 11:53:54 +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.
|
||||
project(Trexio
|
||||
VERSION 2.5.0
|
||||
VERSION 2.5.1
|
||||
DESCRIPTION "TREX I/O library"
|
||||
LANGUAGES C Fortran
|
||||
)
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
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_HEADERS([include/config.h])
|
||||
|
@ -1,6 +1,6 @@
|
||||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "2.4.2"
|
||||
version: "2.5.1"
|
||||
synopsis: "Binding for the TREXIO Input/Output library"
|
||||
description:
|
||||
"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]
|
||||
name = "trexio"
|
||||
version = "2.5.0"
|
||||
version = "2.5.1"
|
||||
edition = "2021"
|
||||
license = "BSD-3-Clause"
|
||||
authors = ["Anthony Scemama <scemama@irsamc.ups-tlse.fr>", "Evgeny Posenitskiy"]
|
||||
|
Loading…
Reference in New Issue
Block a user