Skip to content

Commit ab7c750

Browse files
committed
bump version to v0.2.0
1 parent 7d23dc7 commit ab7c750

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ keywords:
3030
- grid file I/O
3131
- mesh file I/O
3232
license: MIT
33-
version: 0.1.3
34-
date-released: '2023-10-16'
33+
version: 0.2.0
34+
date-released: '2024-01-17'
3535
identifiers:
3636
- description: Collection of archived snapshots of all versions
3737
type: doi

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ else()
99
set(GRIDFORMAT_SUBPROJECT ON)
1010
endif()
1111

12-
project(gridformat VERSION 0.1.3)
12+
project(gridformat VERSION 0.2.0)
1313
set(GRIDFORMAT_NAMESPACE "gridformat")
1414

1515
include(GNUInstallDirs)

0 commit comments

Comments
 (0)