From 6c0c7286a04fc330668531e9807061d776bb16f4 Mon Sep 17 00:00:00 2001 From: Dmitry Ustalov Date: Sat, 27 Jul 2024 00:45:50 +0200 Subject: [PATCH] Bump version to 0.9.0rc2 --- chinese_whispers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chinese_whispers/__init__.py b/chinese_whispers/__init__.py index b4e3210..526fc08 100644 --- a/chinese_whispers/__init__.py +++ b/chinese_whispers/__init__.py @@ -14,7 +14,7 @@ top_weighting, ) -__version__ = "0.9.0rc1" +__version__ = "0.9.0rc2" __author__ = "Dmitry Ustalov" __credits__ = ["Alexander Panchenko", "Alexander Chambers", "Frederik Wille"] __copyright = "Copyright 2018-2024 Dmitry Ustalov"