diff options
author | Anthon van der Neut <anthon@mnt.org> | 2020-01-20 19:45:23 +0100 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2020-01-20 19:45:23 +0100 |
commit | 095d64ed47887b12a59936e1a11b27641bcaf63c (patch) | |
tree | 0f37287b88b31d7b68b85767874444eaf0015831 /__init__.py | |
parent | 245f5a1667033634d4069ee48b7d6915489148fd (diff) | |
download | ruamel.yaml-095d64ed47887b12a59936e1a11b27641bcaf63c.tar.gz |
correct empty string mapping key rt0.16.6
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 74a042d..00a27a3 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, 16, 5), - __version__='0.16.5', + version_info=(0, 16, 6), + __version__='0.16.6', 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 |