aboutsummaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-06-25 10:10:28 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-06-25 10:10:28 +0200
commite7c74d1a22458337569aff1c7de2302d677b2f91 (patch)
treebd3518753dbe87e71b2ac8c3637262db42c417ab /__init__.py
parente94f895067f62b5c1bf8a01ae69029e58b8cf53b (diff)
downloadruamel-yaml-clib-code-e7c74d1a22458337569aff1c7de2302d677b2f91.tar.gz
update version in README0.2.4
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 f9ea70c..2829f61 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, 3),
- __version__='0.2.3',
+ version_info=(0, 2, 4),
+ __version__='0.2.4',
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',