Skip to content

Commit 365e31f

Browse files
authored
Fix version in fpm.toml
1 parent 8900503 commit 365e31f

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

fpm.toml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
name = "fortran-shlex"
2-
version = "0.1.0"
3-
license = "license"
4-
author = "Federico Perini"
1+
name = "fortran-shlex"
2+
version = "1.0.1"
3+
license = "MIT"
4+
author = "Federico Perini"
55
maintainer = "federico.perini@gmail.com"
6-
copyright = "Copyright 2023, Federico Perini"
6+
copyright = "Copyright 2023, Federico Perini"
7+
78
[build]
89
auto-executables = true
9-
auto-tests = true
10-
auto-examples = true
11-
module-naming = "shlex"
10+
auto-tests = true
11+
auto-examples = true
12+
module-naming = "shlex"
13+
1214
[install]
1315
library = false
16+
1417
[fortran]
15-
implicit-typing = false
18+
implicit-typing = false
1619
implicit-external = false
17-
source-form = "free"
20+
source-form = "free"
1821

1922

0 commit comments

Comments
 (0)