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 82f8c8d commit 6a3f841Copy full SHA for 6a3f841
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.14.0)
2
project(fortran_stdlib
3
LANGUAGES Fortran
4
- VERSION 0
+ VERSION 0.1.0
5
DESCRIPTION "Community driven and agreed upon de facto standard library for Fortran"
6
)
7
enable_testing()
ci/fpm.toml
@@ -1,5 +1,5 @@
name = "stdlib"
-version = "0.0.0"
+version = "0.1.0"
license = "MIT"
author = "stdlib contributors"
maintainer = "@fortran-lang/stdlib"
0 commit comments