From ab2306b4eb7ccdba45b4c674ba05ceb16ddc2c1d Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Fri, 14 Jan 2022 18:31:46 -0500 Subject: [PATCH] Bump version to 2.5.0 --- cachalot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachalot/__init__.py b/cachalot/__init__.py index a14f00d..39d1066 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 4, 5) +VERSION = (2, 5, 0) __version__ = ".".join(map(str, VERSION)) try: