From 4c5ccfae6253a87d9588f6ce7d98254f1eca3049 Mon Sep 17 00:00:00 2001 From: ncompare bot Date: Wed, 11 Oct 2023 22:17:32 +0000 Subject: [PATCH] /version 1.3.0a2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c85e4d4..c0937c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ncompare" -version = "1.3.0a1" +version = "1.3.0a2" description = "Compare the structure of two NetCDF files at the command line" authors = ["Daniel Kaufman "] readme = "README.md"