aboutsummaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-09-27 07:42:40 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-09-27 07:42:40 +0200
commit6c9efee91faf790999d07b0fadbf1514998cde75 (patch)
tree8840ef1f10fb15a9afa5c5753347674ba99d74d1 /__init__.py
parent49e20e99772a301cb7d966369631b46cab7b0eb8 (diff)
downloadruamel-yaml-clib-code-6c9efee91faf790999d07b0fadbf1514998cde75.tar.gz
update .c to incorporate size_t change for marks0.2.0
Arnaud Bergeron's change to the .pyx needs to percolate to the _ruamel_yaml.c file (dv make cython)
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 11c6341..74d39cf 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, 1, 2),
- __version__='0.1.2',
+ version_info=(0, 2, 0),
+ __version__='0.2.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',