From b7897ce0d21161e1d7b0a1c75d59dfb81591b691 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Wed, 7 Feb 2018 13:20:20 +0100 Subject: update --- __init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 7b190f3..96890a4 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, 35), - __version__='0.15.35', + version_info=(0, 15, 36), + __version__='0.15.36', 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 @@ -35,6 +35,7 @@ _package_data = dict( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: Jython', -- cgit v1.2.1