summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-07-08 09:55:43 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-07-08 09:55:43 +0200
commit6597c8934194fbf7cf940cae999397f9b97b1df2 (patch)
treef7c16d9afc870cc2153550086ba7922842aae8a2 /__init__.py
parent7c118cd53e4bc21de23c8db0c2bb58048a403f1c (diff)
downloadruamel.yaml-6597c8934194fbf7cf940cae999397f9b97b1df2.tar.gz
debugging 3.4 build on appveyor failing
probably has to do with C code changes for 3.7
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 505a11e..f4774a8 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, 42),
- __version__='0.15.42',
+ version_info=(0, 15, 43, 'dev'),
+ __version__='0.15.43.dev',
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