Skip to content

Commit

Permalink
Ready for release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Jul 26, 2018
1 parent 0ba0dbb commit 50fb786
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def long_description():


setup(name='yamlloader',
version='0.5.2',
author='Jonas Eschle "Mayou36"',
author_email='jonas.eschle@phynix.science',
version='0.5.3',
author='Jonas Eschle "Mayou36", Johannes Lade',
author_email='jonas.eschle@phynix.science, johannes.lade@phynix.science',
maintainer='Jonas Eschle "Mayou36"',
maintainer_email='jonas.eschle@phynix.science',
url='https://github.com/Phynix/yamlloader',
Expand Down
6 changes: 3 additions & 3 deletions yamlloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
raise RuntimeError("You are using Python < 2.7. This is not supported. "
"Please upgrade your distribution and/or packages.")

__version__ = "0.5.2"
__author__ = 'Jonas Eschle "Mayou36"'
__email__ = "jonas.eschle@phynix.science"
__version__ = "0.5.3"
__author__ = 'Jonas Eschle "Mayou36", Johannes Lade'
__email__ = 'jonas.eschle@phynix.science, johannes.lade@phynix.science'

__all__ = ['ordereddict']

0 comments on commit 50fb786

Please sign in to comment.