summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-07-09 13:00:20 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-07-09 13:00:20 +0200
commit04397f75e56cc2cf8a5948edd00c884460964fc5 (patch)
treeb9d8d8885cca69699dce6fa450a7a3d343229c30 /__init__.py
parentcb9093c01168221da65f69f91b2c81bc15c471dd (diff)
downloadruamel.yaml-04397f75e56cc2cf8a5948edd00c884460964fc5.tar.gz
regenerate _ruamel_yaml.c with newest cython for 3.8.0b20.15.98
fixes issue #296
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 2b23e36..c066b3f 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, 15, 97),
- __version__='0.15.97',
+ version_info=(0, 15, 98),
+ __version__='0.15.98',
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