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 39db432 commit 1dd4789Copy full SHA for 1dd4789
README.md
@@ -135,7 +135,7 @@ bspline-fortran = { git="https://github.com/jacobwilliams/bspline-fortran.git" }
135
or, to use a specific version:
136
```toml
137
[dependencies]
138
-bspline-fortran = { git="https://github.com/jacobwilliams/bspline-fortran.git", tag = "6.1.0" }
+bspline-fortran = { git="https://github.com/jacobwilliams/bspline-fortran.git", tag = "7.0.0" }
139
```
140
141
### CMake
fpm.toml
@@ -1,5 +1,5 @@
1
name = "bspline-fortran"
2
-version = "6.1.0"
+version = "7.0.0"
3
author = "Jacob Williams"
4
maintainer = "Jacob Williams"
5
copyright = "Copyright (c) 2015-2022, Jacob Williams"
0 commit comments