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