summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-06-06 07:06:15 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-06-06 07:06:15 +0200
commitfb1189a345ffa99085d3dbd8ea5b205df51d8868 (patch)
treefbf30a7e20258ddb0b7b92225f341368c72551d8 /__init__.py
parent9b4cae91532d57b81fdd62979ada19ebae06fbd6 (diff)
downloadruamel.yaml-fb1189a345ffa99085d3dbd8ea5b205df51d8868.tar.gz
regenerate ext/_ruamel_yaml.c with Cython version 0.29.100.15.97
needed for Python 3.8.0b1
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 eccda43..2b23e36 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, 96),
- __version__='0.15.96',
+ version_info=(0, 15, 97),
+ __version__='0.15.97',
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