Version bump and changelog for 1.3.3

This commit is contained in:
Georg Krause 2023-09-07 08:29:13 +02:00
commit 03f435193d
3 changed files with 38 additions and 2 deletions

View file

@ -1,4 +1,4 @@
__version__ = "1.3.2"
__version__ = "1.3.3"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num