diff --git a/README.md b/README.md index fd580e96..3dcc239a 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ bspline-fortran = { git="https://github.com/jacobwilliams/bspline-fortran.git" } or, to use a specific version: ```toml [dependencies] -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" } ``` ### CMake diff --git a/fpm.toml b/fpm.toml index d96af525..2a021f83 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "bspline-fortran" -version = "6.1.0" +version = "7.0.0" author = "Jacob Williams" maintainer = "Jacob Williams" copyright = "Copyright (c) 2015-2022, Jacob Williams"