aboutsummaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2023-10-03 10:51:57 +0200
committerAnthon van der Neut <anthon@mnt.org>2023-10-03 10:51:57 +0200
commitac05ab872be5a540be36a2e2a6668a93b2bff3a3 (patch)
tree472d4861a47f479c1baba1af4c0e08c2aaa00fb1 /__init__.py
parente83cf9e505a859bc54cc207c4095ef77e9d76e02 (diff)
downloadruamel-yaml-clib-code-ac05ab872be5a540be36a2e2a6668a93b2bff3a3.tar.gz
upgrade to convert with Cython 3.0.2 for Python 3.12
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 fb8f3d5..b9608a0 100644
--- a/__init__.py
+++ b/__init__.py
@@ -7,8 +7,9 @@ if False: # MYPY
_package_data = dict(
full_package_name='ruamel.yaml.clib',
- version_info=(0, 2, 7),
- __version__='0.2.7',
+ version_info=(0, 2, 8),
+ __version__='0.2.8',
+ version_timestamp='2023-10-03 09:43:38',
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',