From a7e27772f48e9e7f1040344739f680081da50a41 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Sat, 6 May 2023 12:29:03 +0200 Subject: fix issue: 453, 447 --- __init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 5dcf734..d548852 100644 --- a/__init__.py +++ b/__init__.py @@ -5,9 +5,9 @@ if False: # MYPY _package_data = dict( full_package_name='ruamel.yaml', - version_info=(0, 17, 23), - __version__='0.17.23', - version_timestamp='2023-05-05 20:19:23', + version_info=(0, 17, 24), + __version__='0.17.24', + version_timestamp='2023-05-06 12:28:17', 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 -- cgit v1.2.1