Skip to content

Commit

Permalink
Fix version in fpm.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Dec 13, 2023
1 parent 8900503 commit 365e31f
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions fpm.toml
@@ -1,19 +1,22 @@
name = "fortran-shlex"
version = "0.1.0"
license = "license"
author = "Federico Perini"
name = "fortran-shlex"
version = "1.0.1"
license = "MIT"
author = "Federico Perini"
maintainer = "federico.perini@gmail.com"
copyright = "Copyright 2023, Federico Perini"
copyright = "Copyright 2023, Federico Perini"

[build]
auto-executables = true
auto-tests = true
auto-examples = true
module-naming = "shlex"
auto-tests = true
auto-examples = true
module-naming = "shlex"

[install]
library = false

[fortran]
implicit-typing = false
implicit-typing = false
implicit-external = false
source-form = "free"
source-form = "free"


0 comments on commit 365e31f

Please sign in to comment.