Skip to content

Commit

Permalink
bump version 0.13.4 and patch dict
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan committed Mar 27, 2020
1 parent 8004832 commit d32131c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion forest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.. automodule:: forest.presets
"""
__version__ = '0.13.3'
__version__ = '0.13.4'

from .config import *
from . import (
Expand Down
1 change: 1 addition & 0 deletions forest/navigate.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def _from_group(cls, group, color_mapper=None):
"pattern": group.pattern,
"locator": group.locator,
"database_path": group.database_path,
"directory": group.directory,
"color_mapper": color_mapper,
}
dataset = drivers.get_dataset(group.file_type, settings)
Expand Down

0 comments on commit d32131c

Please sign in to comment.