From 1039f882b99f97bf657bd958c949ee6a3b00377a Mon Sep 17 00:00:00 2001 From: Joao Antunes Date: Mon, 5 Feb 2024 11:58:24 -0700 Subject: [PATCH] Increased version to 4.0.0a --- polymorphic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymorphic/__init__.py b/polymorphic/__init__.py index afd1dfc1..5931c5b0 100644 --- a/polymorphic/__init__.py +++ b/polymorphic/__init__.py @@ -6,7 +6,7 @@ Please see LICENSE and AUTHORS for more information. """ -VERSION = "3.1.0" +VERSION = "4.0.0a" # version synonym for backwards compatibility __version__ = VERSION