Bump version

This commit is contained in:
Georg Krause 2021-12-27 20:56:03 +01:00
parent f2c5fad636
commit 742f843c98
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

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