From 4d41ba83c1b5db8435dc7df0e7b3e3110680a2e0 Mon Sep 17 00:00:00 2001 From: ncompare bot Date: Thu, 14 Nov 2024 15:39:06 +0000 Subject: [PATCH] /version 1.11.0a4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb689cf..bb545f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ncompare" -version = "1.11.0a3" +version = "1.11.0a4" description = "Compare the structure of two NetCDF files at the command line" authors = ["Daniel Kaufman "] readme = "README.md"