From 30cc231b923a37252022a8b758ef1ecb206e0e3e Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Thu, 14 Dec 2023 10:52:15 -0700 Subject: [PATCH] Preparing release 0.2.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f77896..0e95774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "standard_names" description = "Python utilities for working with CSDMS Standard Names" -version = "0.2.7.dev0" +version = "0.2.7" authors = [ {name = "Eric Hutton"}, {email = "eric.hutton@colorado.edu"},