There was an error while loading. Please reload this page.
1 parent 926cebc commit 288a827Copy full SHA for 288a827
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "ncompare"
7
-version = "1.14.0a27"
+version = "1.14.0a28"
8
description = "Compare the structure of two NetCDF files at the command line"
9
authors = [
10
{ name = "Daniel Kaufman", email = "daniel.kaufman@nasa.gov" }
@@ -85,7 +85,7 @@ select = [
85
]
86
87
[tool.bumpversion]
88
-current_version = "1.14.0a27"
+current_version = "1.14.0a28"
89
parse = """(?x)
90
(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)
91
(?:
0 commit comments