Release 0.5.1

- bump version
- update CHANGES.rst
This commit is contained in:
Jan Dittberner 2021-09-04 19:56:18 +02:00
parent d1a151f8bd
commit 7acff11695
4 changed files with 9 additions and 4 deletions

View file

@ -8,7 +8,7 @@
:copyright: Copyright (c) 2016-2021 Jan Dittberner
:license: GPLv3+, see COPYING file for details.
"""
__version__ = "0.5.0"
__version__ = "0.5.1"
from collections import defaultdict
from typing import Iterable, List, Optional, Tuple