From cc8e80a8c08540c3328e1ad5241f840e13b8d25d Mon Sep 17 00:00:00 2001 From: Peter Cotton <57455669+microprediction@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:48:49 +1100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4aab961..22d7561 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="winning", - version="0.4.8", + version="0.4.9", description="Fast ability inference from contest winning probabilities", long_description=README, long_description_content_type="text/markdown",