From 9fe5eefa3890c13ef0bdcfb6d2dbdaa0a8d90793 Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Fri, 31 Jan 2025 14:44:35 -0800 Subject: [PATCH] Bump to 0.8.0 --- tbump.toml | 2 +- xcdat/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tbump.toml b/tbump.toml index 55fd2b86..80452bf2 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/xCDAT/xcdat" [version] -current = "0.7.3" +current = "0.8.0" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/xcdat/__init__.py b/xcdat/__init__.py index 7c649d55..71622b13 100644 --- a/xcdat/__init__.py +++ b/xcdat/__init__.py @@ -21,4 +21,4 @@ from xcdat.temporal import TemporalAccessor # noqa: F401 from xcdat.utils import compare_datasets # noqa: F401 -__version__ = "0.7.3" +__version__ = "0.8.0"