Version bump and changelog for 1.0.1

This commit is contained in:
Agate 2020-10-31 12:43:37 +01:00
commit 68bc76bc9e
6 changed files with 19 additions and 5 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "1.0"
__version__ = "1.0.1"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num