Skip to content

Commit

Permalink
Merge pull request #61 from microsoft/anarao/argParser
Browse files Browse the repository at this point in the history
Bumping version to 0.2.6
  • Loading branch information
ananthrs1 authored Sep 8, 2021
2 parents d3c37e0 + 54aefd0 commit 77fd844
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions VERSION_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Version Notes:
## 0.2.6
* Adding support for parsing multi-level args from commandline and params

## 0.2.5
* Adding support for directories with config path (only one file in directory)

Expand Down
2 changes: 1 addition & 1 deletion pymarlin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A lightweight library for Deep Learning model training"""

__version__ = '0.2.5'
__version__ = '0.2.6'
from pymarlin.core.trainer import (
TrainerArguments,
Trainer,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="pymarlin",
version="0.2.5",
version="0.2.6",
author="ELR Team",
author_email="elrcore@microsoft.com",
description="Lightweight Deeplearning Library",
Expand Down

0 comments on commit 77fd844

Please sign in to comment.