We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d23dc7 commit ab7c750Copy full SHA for ab7c750
CITATION.cff
@@ -30,8 +30,8 @@ keywords:
30
- grid file I/O
31
- mesh file I/O
32
license: MIT
33
-version: 0.1.3
34
-date-released: '2023-10-16'
+version: 0.2.0
+date-released: '2024-01-17'
35
identifiers:
36
- description: Collection of archived snapshots of all versions
37
type: doi
CMakeLists.txt
@@ -9,7 +9,7 @@ else()
9
set(GRIDFORMAT_SUBPROJECT ON)
10
endif()
11
12
-project(gridformat VERSION 0.1.3)
+project(gridformat VERSION 0.2.0)
13
set(GRIDFORMAT_NAMESPACE "gridformat")
14
15
include(GNUInstallDirs)
0 commit comments