From bdd4d44df39e1dd59dbdd9fbcfec45036a3ebe1e Mon Sep 17 00:00:00 2001 From: Lukas Trippe Date: Tue, 17 Dec 2024 10:56:12 +0100 Subject: [PATCH] remove version assert --- atlite/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/atlite/__init__.py b/atlite/__init__.py index 20099d30..d21aaf5c 100644 --- a/atlite/__init__.py +++ b/atlite/__init__.py @@ -35,7 +35,6 @@ match = re.match(r"(\d+\.\d+(\.\d+)?)", __version__) assert match, f"Could not determine release_version of pypsa: {__version__}" release_version = match.group(0) -assert not __version__.startswith("0.0"), "Could not determine version of atlite." __all__ = [ Cutout,