We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf62b71 commit 715d78eCopy full SHA for 715d78e
fpm.toml
@@ -1,5 +1,5 @@
1
name = "raffle"
2
-version = "1.1.0"
+version = "1.1.1"
3
author = "Ned Thaddeus Taylor"
4
maintainer = "n.t.taylor@exeter.ac.uk"
5
description = "A Fortran library and executable for structure prediction at material interfaces"
src/fortran/lib/mod_io_utils.F90
@@ -7,7 +7,7 @@ module raffle__io_utils
7
logical :: test_error_handling = .false.
8
9
logical :: suppress_warnings = .false.
10
- character(len=*), parameter :: raffle__version__ = "1.1.0"
+ character(len=*), parameter :: raffle__version__ = "1.1.1"
11
12
private
13
0 commit comments