diff options
author | Anthon van der Neut <anthon@mnt.org> | 2016-02-29 15:06:41 +0100 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2016-02-29 15:06:41 +0100 |
commit | fc20bde81756a2fe9c2dae6ad6b141b10a7876e0 (patch) | |
tree | 3d12a2672466e90fad7cdd95cec56ee3e6805f8d | |
parent | d9cb9dea8e9dff1f0c91d1f2ad0ef1ad9c7ed569 (diff) | |
download | ruamel.yaml-fc20bde81756a2fe9c2dae6ad6b141b10a7876e0.tar.gz |
added round_trip_dump0.11.4
-rw-r--r-- | __init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index ba09dfe..3ec89aa 100644 --- a/__init__.py +++ b/__init__.py @@ -9,7 +9,7 @@ from __future__ import absolute_import _package_data = dict( full_package_name="ruamel.yaml", - version_info=(0, 11, 4, "dev"), + version_info=(0, 11, 4), 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 |