summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-07-31 23:56:09 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-07-31 23:56:09 +0200
commit5f29e59ec4c40dd35c12aee5aa0aea4fc73e7312 (patch)
tree9eb3779e49e0c3f527bc8c0cd392efc6142faf60 /__init__.py
parenta7638d259cdaec0a8f0434312626691cc1d23f38 (diff)
downloadruamel.yaml-5f29e59ec4c40dd35c12aee5aa0aea4fc73e7312.tar.gz
Rebuild due to old .so version in 3.6 linux .whl, this fixes issue #2120.15.47
*When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)*
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 7b7ca99..e5363cc 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, 46),
- __version__='0.15.46',
+ version_info=(0, 15, 47),
+ __version__='0.15.47',
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