diff options
author | Anthon van der Neut <anthon@mnt.org> | 2020-01-30 10:59:27 +0100 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2020-01-30 10:59:27 +0100 |
commit | 10c6a6b07ee92ee797460fbe8207abe0669e25bf (patch) | |
tree | 7e0c6e2bb95065c90b5a02d042e4c128ae82f158 /__init__.py | |
parent | 1d7c8bd627dff124687111dc2125e9f1588f2f49 (diff) | |
download | ruamel.yaml-10c6a6b07ee92ee797460fbe8207abe0669e25bf.tar.gz |
fix issue with mypy, dumping lit scalar in sequence0.16.7
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 00a27a3..6a3af12 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, 6), - __version__='0.16.6', + version_info=(0, 16, 7), + __version__='0.16.7', 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 |