diff --git a/CITATION.cff b/CITATION.cff index 3abbeca5..274000d3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -123,7 +123,7 @@ keywords: - systems codes - power plant license: MIT -version: 2.4.0 +version: 2.5.0 references: - title: >- "PROCESS": A systems code for fusion power plants—Part 1 Physics diff --git a/setup.py b/setup.py index 5596c283..6a43485c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup_kwargs = { "name": MODULE_NAME, - "version": "2.4.0", + "version": "2.5.0", "description": ( "Power Reactor Optimisation Code for Environmental and Safety Studies" ), diff --git a/source/fortran/main_module.f90 b/source/fortran/main_module.f90 index 28e28a22..ab8fd6a1 100644 --- a/source/fortran/main_module.f90 +++ b/source/fortran/main_module.f90 @@ -48,7 +48,7 @@ subroutine inform(progid) character(len=10) :: progname character(len=98) :: executable character(len=*), parameter :: progver = & ! Beware: keep exactly same format... - '2.4.0 Release Date :: 2022-05-18' + '2.5.0 Release Date :: 2023-09-11' character(len = 50) :: dt_time character(len=72), dimension(10) :: id