Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6a3f841

Browse files
committedSep 25, 2021
Bump stdlib version to 0.1.0
1 parent 82f8c8d commit 6a3f841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14.0)
22
project(fortran_stdlib
33
LANGUAGES Fortran
4-
VERSION 0
4+
VERSION 0.1.0
55
DESCRIPTION "Community driven and agreed upon de facto standard library for Fortran"
66
)
77
enable_testing()

‎ci/fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "stdlib"
2-
version = "0.0.0"
2+
version = "0.1.0"
33
license = "MIT"
44
author = "stdlib contributors"
55
maintainer = "@fortran-lang/stdlib"

0 commit comments

Comments
 (0)
Please sign in to comment.