summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-09-06 15:13:32 +0200
committerAnthon van der Neut <anthon@mnt.org>2016-09-06 15:13:32 +0200
commit3af008d820302752ef8be9ba01070f7bce04fc84 (patch)
treee68f32d71bf8a1ee54dd093e8f978985d9ce6c81
parent805edabe3b233efaa7175c8b7b38cc37968bc0d7 (diff)
downloadruamel.yaml-3af008d820302752ef8be9ba01070f7bce04fc84.tar.gz
reported by Lambert0.12.11
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index eb634fb..3085993 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, 12, 11, "dev"),
+ version_info=(0, 12, 11),
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