Skip to content

Commit

Permalink
fixed up latest module
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 25, 2024
1 parent 1248fc4 commit ed1e708
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pydra/tasks/ants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
>>> import pydra.engine
>>> import pydra.tasks.ants
"""

from warnings import warn
from pathlib import Path

Expand Down
4 changes: 2 additions & 2 deletions pydra/tasks/ants/latest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PACKAGE_VERSION = "v1"
PACKAGE_VERSION = "v2_5"

from .v1 import * # noqa
from .v2_5 import * # noqa

0 comments on commit ed1e708

Please sign in to comment.