From d466ad11a4ecc43271bc7b547226d33bd6b7d787 Mon Sep 17 00:00:00 2001 From: pylover Date: Mon, 26 Aug 2024 18:08:14 +0330 Subject: [PATCH] v5.0.0 --- bddrest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bddrest/__init__.py b/bddrest/__init__.py index 6946463..0ac8c9d 100644 --- a/bddrest/__init__.py +++ b/bddrest/__init__.py @@ -6,4 +6,4 @@ from .exceptions import InvalidUrlParametersError, CallVerifyError -__version__ = '4.4.1' +__version__ = '5.0.0'