From 0e9558edddf0c4f5d8cced0dda3fcdab5c5621f0 Mon Sep 17 00:00:00 2001 From: ncompare bot Date: Tue, 3 Dec 2024 19:17:36 +0000 Subject: [PATCH] /version 1.12.0a2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f99738..30c7399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ncompare" -version = "1.12.0a1" +version = "1.12.0a2" description = "Compare the structure of two NetCDF files at the command line" authors = ["Daniel Kaufman "] readme = "README.md"