Skip to content

Commit

Permalink
Updating pyyaml version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravi80 committed Jan 7, 2019
1 parent 52237c3 commit a12b1ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyyaml==3.13
pyyaml>=4.2b1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run(self):
if __name__ == '__main__':
setup(
name='yaml2object',
version='1.0.12',
version='1.0.13',
description='A simple solution that allows dot notation for YAML file.',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a12b1ff

Please sign in to comment.