From e270e638762ee1d662539380bfd9028866ecc373 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Tue, 7 Feb 2023 15:18:03 +0100 Subject: [PATCH] Release 0.5.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8dbfaf3..d74ff8c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='blockfrost-python', - version='0.5.2', + version='0.5.3', description='The official Python SDK for Blockfrost API v0.1.37', long_description=long_description, long_description_content_type='text/markdown',