Skip to content

Commit 624b8ee

Browse files
committed
chore: bump version to 0.3.2
1 parent 1675e6c commit 624b8ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: dmlcloud/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.3.1"
1+
__version__ = "0.3.2"
22

33
__all__ = []

Diff for: dmlcloud/pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .checkpoint import CheckpointDir, find_slurm_checkpoint, generate_checkpoint_path
1313
from .metrics import MetricTracker, Reduction
1414
from .stage import Stage
15-
from .util.distributed import local_rank, root_only, is_root
15+
from .util.distributed import is_root, local_rank, root_only
1616
from .util.logging import add_log_handlers, experiment_header, general_diagnostics, IORedirector
1717

1818

0 commit comments

Comments
 (0)