Skip to content

Commit

Permalink
no 0.5 tag yet
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Dec 3, 2024
1 parent 6bcde90 commit d7bd5b3
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 @@ -71,7 +71,7 @@ def bikeshed():

run_bikeshed = True

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

0 comments on commit d7bd5b3

Please sign in to comment.