Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rsch committed Oct 31, 2021
1 parent 6bbda8d commit bce0705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minydra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .dict import MinyDict # noqa: F401
from .parser import Parser

__version__ = "0.1.3"
__version__ = "0.1.4"


def parse_args(
Expand Down
2 changes: 1 addition & 1 deletion minydra/dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def to_yaml(self, file_path, return_path=True, allow_overwrite=True, verbose=0):
@classmethod
def from_yaml(self, file_path):
"""
Reads a MinyDict from a json file.
Reads a MinyDict from a yaml file.
Args:
file_path (str): Path to the file to load from.
Expand Down

0 comments on commit bce0705

Please sign in to comment.