Bump version number to 1.2.0-rc1

This commit is contained in:
Georg Krause 2021-12-11 16:15:20 +01:00
parent 351f86aa40
commit 8325184d3b
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.1.4"
__version__ = "1.2.0-rc1"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num