Skip to content

Commit 00c0eb4

Browse files
author
ncompare-bot
committed
Bump version to 1.14.0rc2 [skip ci]
1 parent b0b874b commit 00c0eb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ncompare"
7-
version = "1.14.0rc1"
7+
version = "1.14.0rc2"
88
description = "Compare the structure of two NetCDF files at the command line"
99
authors = [
1010
{ name = "Daniel Kaufman", email = "daniel.kaufman@nasa.gov" }
@@ -85,7 +85,7 @@ select = [
8585
]
8686

8787
[tool.bumpversion]
88-
current_version = "1.14.0rc1"
88+
current_version = "1.14.0rc2"
8989
parse = """(?x)
9090
(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)
9191
(?:

0 commit comments

Comments
 (0)