From 39977bd5bc9e64b4eb53026196fef2f976f6c271 Mon Sep 17 00:00:00 2001 From: Eric Chan Date: Thu, 8 Jun 2023 12:27:48 -0400 Subject: [PATCH] fix current version number from previous merge --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b625e6b..c8d6d7f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="dive_sailthru_client", - version="0.0.24", + version="0.0.25", description="Industry Dive abstraction of the Sailthru API client", author='Industry Dive', author_email='tech.team@industrydive.com',