Skip to content

Commit

Permalink
Merge pull request #84 from vanderhe/versionBump
Browse files Browse the repository at this point in the history
Release 0.7.3
  • Loading branch information
vanderhe authored Mar 21, 2023
2 parents 4f3ecba + d5d05b6 commit 0419968
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions doc/recipes/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_fortnet/initprogram.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0419968

Please sign in to comment.