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: