From 5eea2c244f2c7f755bf13d81393cde2ef3b0a58e Mon Sep 17 00:00:00 2001 From: Kenny2github Date: Mon, 8 Feb 2021 14:58:40 +0800 Subject: [PATCH] Bump version to release candidate --- mahjong/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mahjong/__init__.py b/mahjong/__init__.py index c838f5a..1360929 100644 --- a/mahjong/__init__.py +++ b/mahjong/__init__.py @@ -20,7 +20,7 @@ https://github.com/Kenny2github/mahjong/wiki """ -__version__ = "1.0.0" +__version__ = "2.0.0rc1" __all__ = [ 'TurnEnding', 'HandEnding',