From 5ed87a6f99919156609408b2ecf619f2c82e9b31 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 10 Mar 2024 16:55:16 +0100 Subject: [PATCH] Update version to 2.4.0 --- drafthorse/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drafthorse/__init__.py b/drafthorse/__init__.py index 9971c5f..b5ce8a4 100644 --- a/drafthorse/__init__.py +++ b/drafthorse/__init__.py @@ -1 +1 @@ -version = "2.3.0" +version = "2.4.0" -- 2.47.3