Skip to content

Commit

Permalink
[skip ci] Bump the patch version following 2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev committed Sep 11, 2024
1 parent 9088421 commit d88358f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.5.0
VERSION 2.5.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.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])
Expand Down
2 changes: 1 addition & 1 deletion ocaml/trexio/trexio.opam
Original file line number Diff line number Diff line change
@@ -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."
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__ = "2.5.0"
__version__ = "2.5.1"
2 changes: 1 addition & 1 deletion rust/trexio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trexio"
version = "2.5.0"
version = "2.5.1"
edition = "2021"
license = "BSD-3-Clause"
authors = ["Anthony Scemama <[email protected]>", "Evgeny Posenitskiy"]
Expand Down

0 comments on commit d88358f

Please sign in to comment.