Skip to content

Commit

Permalink
Fixes for the v0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Feb 6, 2018
1 parent 1bea37c commit b859e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mappyfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# allow high-level functions to be accessed directly from the mappyfile module
from mappyfile.utils import load, loads, find, findall, dumps, write

__version__ = "0.6.0"
__version__ = "0.6.1"

__all__ = ['load', 'loads', 'find', 'findall', 'dumps', 'write']

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ def readme():
author_email='[email protected]',
license='MIT',
packages=['mappyfile'],
install_requires=['lark-parser>=0.5, <0.6', 'jsonschema >=2.0, <3.0"'],
install_requires=['lark-parser>=0.5, <0.6', 'jsonschema >=2.0, <3.0'],
zip_safe=False)

0 comments on commit b859e66

Please sign in to comment.