Skip to content

Commit 77fd844

Browse files
authored
Merge pull request #61 from microsoft/anarao/argParser
Bumping version to 0.2.6
2 parents d3c37e0 + 54aefd0 commit 77fd844

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

VERSION_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Version Notes:
2+
## 0.2.6
3+
* Adding support for parsing multi-level args from commandline and params
4+
25
## 0.2.5
36
* Adding support for directories with config path (only one file in directory)
47

pymarlin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A lightweight library for Deep Learning model training"""
22

3-
__version__ = '0.2.5'
3+
__version__ = '0.2.6'
44
from pymarlin.core.trainer import (
55
TrainerArguments,
66
Trainer,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="pymarlin",
15-
version="0.2.5",
15+
version="0.2.6",
1616
author="ELR Team",
1717
author_email="elrcore@microsoft.com",
1818
description="Lightweight Deeplearning Library",

0 commit comments

Comments
 (0)