diff options
author | Anthon van der Neut <anthon@mnt.org> | 2018-06-18 09:43:42 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2018-06-18 09:43:42 +0200 |
commit | 3430b3cbecc296e67c06738deb4ebf53049ed60b (patch) | |
tree | 6eadb7b5a7e3ebfff4d06e58b9b39b43f60335a0 /__init__.py | |
parent | d7494129aaaca4a429096cba6131dcfb4fe629a2 (diff) | |
download | ruamel.yaml-3430b3cbecc296e67c06738deb4ebf53049ed60b.tar.gz |
publish fixes on pypi0.15.40
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py index ebebc96..4c6bda2 100644 --- a/__init__.py +++ b/__init__.py @@ -7,8 +7,8 @@ if False: # MYPY _package_data = dict( full_package_name='ruamel.yaml', - version_info=(0, 15, 40, 'dev'), - __version__='0.15.40.dev', + version_info=(0, 15, 40), + __version__='0.15.40', author='Anthon van der Neut', author_email='a.van.der.neut@ruamel.eu', description='ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order', # NOQA |