aboutsummaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-07-04 15:28:53 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-07-04 15:28:53 +0200
commit591ae472992126606e06ac16b662607513e3fa66 (patch)
tree1be4f99e3c548c699b9d0d77a7126a75265bcc2e /__init__.py
parent484a23fc9f22d4924d4416b63b48e6519b6615d6 (diff)
downloadruamel-yaml-clib-code-591ae472992126606e06ac16b662607513e3fa66.tar.gz
remove .dev. from version0.2.6
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 45b20f6..99b0a32 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, 5, 'dev', 0),
- __version__='0.2.5.dev.0',
+ version_info=(0, 2, 6),
+ __version__='0.2.6',
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',