From f81c8bfde29f843cabd1dbf933401d861f74cd65 Mon Sep 17 00:00:00 2001 From: gabino Date: Thu, 9 Jan 2025 12:13:47 -0600 Subject: [PATCH] chore: bump version to 2.0.0.dev4 --- cuenca/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuenca/version.py b/cuenca/version.py index 50d53cee..69c9c9b9 100644 --- a/cuenca/version.py +++ b/cuenca/version.py @@ -1,3 +1,3 @@ -__version__ = '2.0.0.dev3' +__version__ = '2.0.0.dev4' CLIENT_VERSION = __version__ API_VERSION = '2020-03-19'