diff --git a/setup.py b/setup.py index 4c2c0e15..aba2d7c2 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.2", + version="0.7.3", zip_safe=False, ) diff --git a/tbump.toml b/tbump.toml index d6318bb0..379c6b82 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/xCDAT/xcdat" [version] -current = "0.7.2" +current = "0.7.3" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/xcdat/__init__.py b/xcdat/__init__.py index 3881359e..7c649d55 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.2" +__version__ = "0.7.3"