diff --git a/setup.py b/setup.py index 4180aa13..4c2c0e15 100755 --- a/setup.py +++ b/setup.py @@ -36,6 +36,6 @@ test_suite="tests", tests_require=test_requires, url="https://github.com/xCDAT/xcdat", - version="0.7.1", + version="0.7.2", zip_safe=False, ) diff --git a/tbump.toml b/tbump.toml index e7750dfa..d6318bb0 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/xCDAT/xcdat" [version] -current = "0.7.1" +current = "0.7.2" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/xcdat/__init__.py b/xcdat/__init__.py index 739c1fce..ac668959 100644 --- a/xcdat/__init__.py +++ b/xcdat/__init__.py @@ -20,4 +20,4 @@ from xcdat.temporal import TemporalAccessor # noqa: F401 from xcdat.utils import compare_datasets # noqa: F401 -__version__ = "0.7.1" +__version__ = "0.7.2"