summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2023-05-09 19:57:35 +0200
committerAnthon van der Neut <anthon@mnt.org>2023-05-09 19:57:35 +0200
commitaccf77e5f97bd55fe62c67b3cc9bfdaad15dd6f3 (patch)
treec67a1b907c7b97d55dab46268b8b27438cb18bbe /__init__.py
parent31986190f69f68b454260f8c9a04d8697a476d15 (diff)
downloadruamel.yaml-accf77e5f97bd55fe62c67b3cc9bfdaad15dd6f3.tar.gz
fix issue: 4590.17.25
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/__init__.py b/__init__.py
index d548852..c676d16 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, 24),
- __version__='0.17.24',
- version_timestamp='2023-05-06 12:28:17',
+ version_info=(0, 17, 25),
+ __version__='0.17.25',
+ version_timestamp='2023-05-09 19:56:50',
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