From 118bd6775f3c38497cc51498456a0f54b661ab03 Mon Sep 17 00:00:00 2001 From: Jesse Claven Date: Fri, 11 Feb 2022 13:36:37 +0000 Subject: [PATCH] Prepare for 0.3.1 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 829333a..4d85de1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="duffel-api", - version="0.3.0", + version="0.3.1", author="Duffel Engineering", author_email="client-libraries@duffel.com", description="Client library for the Duffel API",