Skip to content

Commit

Permalink
chore: bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sehoffmann committed Apr 2, 2024
1 parent 1675e6c commit 624b8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dmlcloud/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.3.1"
__version__ = "0.3.2"

__all__ = []
2 changes: 1 addition & 1 deletion dmlcloud/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .checkpoint import CheckpointDir, find_slurm_checkpoint, generate_checkpoint_path
from .metrics import MetricTracker, Reduction
from .stage import Stage
from .util.distributed import local_rank, root_only, is_root
from .util.distributed import is_root, local_rank, root_only
from .util.logging import add_log_handlers, experiment_header, general_diagnostics, IORedirector


Expand Down

0 comments on commit 624b8ee

Please sign in to comment.