aboutsummaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py
index 2829f61..45b20f6 100644
--- a/__init__.py
+++ b/__init__.py
@@ -7,8 +7,8 @@ if False: # MYPY
_package_data = dict(
full_package_name='ruamel.yaml.clib',
- version_info=(0, 2, 4),
- __version__='0.2.4',
+ version_info=(0, 2, 5, 'dev', 0),
+ __version__='0.2.5.dev.0',
author='Anthon van der Neut',
author_email='a.van.der.neut@ruamel.eu',
description='C version of reader, parser and emitter for ruamel.yaml derived from libyaml',
@@ -60,6 +60,7 @@ _package_data = dict(
),
# read_the_docs='yaml',
supported=[(3, 5)], # minimum
+ python_requires='>=3.5',
tox=dict(
env='*f',
),