summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-02-12 22:13:44 +0100
committerAnthon van der Neut <anthon@mnt.org>2019-02-12 22:13:44 +0100
commitc03b2ae7bd500a092f91d81a50a977ea261873e3 (patch)
tree8528cf5b0461d39633796bc2a6ee0c7141a29ed6 /__init__.py
parent08ad0e623d1107cab0278e182f53db3b90882ba6 (diff)
downloadruamel.yaml-c03b2ae7bd500a092f91d81a50a977ea261873e3.tar.gz
fix issue #278 inclusion of spurious .py files in linux wheels and tar0.15.88
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 f03f94d..b94b3ff 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, 87),
- __version__='0.15.87',
+ version_info=(0, 15, 88),
+ __version__='0.15.88',
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