We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0fdfe commit 8f314bdCopy full SHA for 8f314bd
1 file changed
scripts/_helpers.py
@@ -29,7 +29,7 @@
29
30
REGION_COLS = ["geometry", "name", "x", "y", "country"]
31
32
-PYPSA_V1 = bool(re.match(r"^0\.35\.0\.post1\.dev\d{3}", pypsa.__version__))
+PYPSA_V1 = bool(re.match(r"^0\.35\.\d\.post1\.dev\d{3}", pypsa.__version__))
33
34
35
def get_scenarios(run):
0 commit comments