aboutsummaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-09-04 16:59:01 +0200
committerAnthon van der Neut <anthon@mnt.org>2020-09-04 16:59:01 +0200
commitc2ef9d246ded227fc44910b5816aed180919261e (patch)
tree72a129d454f2bd25d694897c2675497b433172b9 /__init__.py
parenta25a547005ec39f2578fbbf00c11ba633189f8d4 (diff)
downloadruamel-yaml-clib-code-c2ef9d246ded227fc44910b5816aed180919261e.tar.gz
update links, release date0.2.2
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 dbe0f07..a9fc134 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, 1),
- __version__='0.2.1',
+ version_info=(0, 2, 2),
+ __version__='0.2.2',
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',
@@ -48,6 +48,7 @@ _package_data = dict(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development :: Libraries :: Python Modules',
],