Skip to content

Commit ba1bdb5

Browse files
committed
Release Fortnet in version 0.7.4
1 parent de83789 commit ba1bdb5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
- family-names: "Bačić"
88
given-names: "Vladimir"
99
title: "Fortnet, a software package for training Behler-Parrinello neural networks"
10-
version: 0.7.3
10+
version: 0.7.4
1111
doi: 10.5281/zenodo.7310245
1212
date-released: 2021-04-09
1313
url: "https://github.com/vanderhe/fortnet"

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(FortnetUtils)
77
fnet_ensure_out_of_source_build()
88
fnet_load_build_settings()
99

10-
set(FORTNET_VERSION "0.7.3")
10+
set(FORTNET_VERSION "0.7.4")
1111

1212
project(fortnet VERSION ${FORTNET_VERSION} LANGUAGES Fortran C)
1313

doc/recipes/docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = "0.7.3"
68+
version = "0.7.4"
6969
# The full version, including alpha/beta/rc tags.
70-
release = "0.7.3"
70+
release = "0.7.4"
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

prog/fortnet/lib_fortnet/initprogram.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ module fnet_initprogram
305305

306306

307307
!> program version
308-
character(len=*), parameter :: version = '0.7.3'
308+
character(len=*), parameter :: version = '0.7.4'
309309

310310
!> copyright year
311311
integer, parameter :: copyrightYear = 2024

0 commit comments

Comments
 (0)