From 132a5682d033433dcb12a77dc143fdf083881197 Mon Sep 17 00:00:00 2001 From: Eric Lehmer Date: Wed, 23 Aug 2023 07:42:49 -0700 Subject: [PATCH] Tag software as 0.0.2 (#275) --- docs/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 446b108ef..682e50917 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ copyright = "2022, Cal-Adapt Analytics Engine" author = "Cal-Adapt Analytics Engine Team" # The full version, including alpha/beta/rc tags -release = "0.0.1" +release = "0.0.2" # -- General configuration --------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be diff --git a/setup.cfg b/setup.cfg index 7153ad411..80760bc88 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = climakitae -version = 0.0.1 +version = 0.0.2 author = Cal-Adapt Analytics Engine Team author_email = analytics@cal-adapt.org description = Climate data analysis toolkit