summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-04-07 21:49:28 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-04-07 21:49:28 +0200
commitfc9c33962bc4f91dd2c46e002cc8a433d05b2f88 (patch)
tree17193a692c890694dddc3554645e8351ecb920a9 /__init__.py
parent615e8c5a2e24eb5ffa0ff623cd616d88ca430e50 (diff)
downloadruamel.yaml-fc9c33962bc4f91dd2c46e002cc8a433d05b2f88.tar.gz
partial fix for 3510.17.4
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py
index 1c22d65..ee2b544 100644
--- a/__init__.py
+++ b/__init__.py
@@ -5,8 +5,8 @@ if False: # MYPY
_package_data = dict(
full_package_name='ruamel.yaml',
- version_info=(0, 17, 3),
- __version__='0.17.3',
+ version_info=(0, 17, 4),
+ __version__='0.17.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