summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-01-30 20:30:47 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-01-30 20:30:47 +0100
commit55e7374bb6108d6822d0155a43b89339ea03825c (patch)
treec972f7af868a861a4ac7e2f8c2a11f3143361233
parent906a717c18996726f79f456401882090cec29bf4 (diff)
downloadruamel.yaml-55e7374bb6108d6822d0155a43b89339ea03825c.tar.gz
- dropping 2.6 windows wheel builds0.10.18
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 747aac4..123ebbe 100644
--- a/__init__.py
+++ b/__init__.py
@@ -9,7 +9,7 @@ from __future__ import absolute_import
_package_data = dict(
full_package_name="ruamel.yaml",
- version_info=(0, 10, 18, "dev"),
+ version_info=(0, 10, 18),
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