Skip to content

Commit

Permalink
0.5 again
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Dec 3, 2024
1 parent e2c116f commit 7d644ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def bikeshed():
import shutil
import subprocess

for version in ["0.1", "0.2", "0.3", "0.4"]:
for version in ["0.1", "0.2", "0.3", "0.4", "0.5"]:
os.makedirs(".cache", exist_ok=True)
subprocess.check_call(
f"git clone --depth=1 --branch main https://github.com/ome/ngff.git .cache/{version}",
Expand Down

0 comments on commit 7d644ad

Please sign in to comment.