Skip to content

Commit

Permalink
Upversion process to 3.1.0 (#3111)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-nunn authored Mar 21, 2024
1 parent d1d8d13 commit 705df37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup_kwargs = {
"name": MODULE_NAME,
"version": "3.0.2",
"version": "3.1.0",
"description": (
"Power Reactor Optimisation Code for Environmental and Safety Studies"
),
Expand Down
2 changes: 1 addition & 1 deletion source/fortran/main_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ subroutine inform(progid)
character(len=10) :: progname
character(len=98) :: executable
character(len=*), parameter :: progver = & ! Beware: keep exactly same format...
'3.0.2 Release Date :: 2024-01-25'
'3.1.0 Release Date :: 2024-03-21'
character(len = 50) :: dt_time
character(len=72), dimension(10) :: id

Expand Down

0 comments on commit 705df37

Please sign in to comment.