diff --git a/CITATION.cff b/CITATION.cff index f333f89..15f8d05 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,7 +7,7 @@ authors: - family-names: "Bačić" given-names: "Vladimir" title: "Fortnet, a software package for training Behler-Parrinello neural networks" -version: 0.7.2 +version: 0.7.3 doi: 10.5281/zenodo.7310245 date-released: 2021-04-09 url: "https://github.com/vanderhe/fortnet" diff --git a/CMakeLists.txt b/CMakeLists.txt index 519e508..a69e05f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include(FortnetUtils) fnet_ensure_out_of_source_build() fnet_load_build_settings() -set(FORTNET_VERSION "0.7.2") +set(FORTNET_VERSION "0.7.3") project(fortnet VERSION ${FORTNET_VERSION} LANGUAGES Fortran C) diff --git a/doc/recipes/docs/conf.py b/doc/recipes/docs/conf.py index 87f462b..c4778fd 100644 --- a/doc/recipes/docs/conf.py +++ b/doc/recipes/docs/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = "0.7.2" +version = "0.7.3" # The full version, including alpha/beta/rc tags. -release = "0.7.2" +release = "0.7.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/prog/fortnet/lib_fortnet/initprogram.F90 b/prog/fortnet/lib_fortnet/initprogram.F90 index cb43955..43f8da2 100644 --- a/prog/fortnet/lib_fortnet/initprogram.F90 +++ b/prog/fortnet/lib_fortnet/initprogram.F90 @@ -305,7 +305,7 @@ module fnet_initprogram !> program version - character(len=*), parameter :: version = '0.7.2' + character(len=*), parameter :: version = '0.7.3' !> copyright year integer, parameter :: copyrightYear = 2023