From c6ffc8a537ba629caa5bf6b7045789e5a4248553 Mon Sep 17 00:00:00 2001 From: Antoine Le Calvez Date: Sat, 23 Mar 2024 15:28:59 +0100 Subject: [PATCH] Update version to 0.1.6 --- blockchain_parser/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain_parser/__init__.py b/blockchain_parser/__init__.py index 4f76129..75da190 100644 --- a/blockchain_parser/__init__.py +++ b/blockchain_parser/__init__.py @@ -9,4 +9,4 @@ # modified, propagated, or distributed except according to the terms contained # in the LICENSE file. -__version__ = "0.1.5" +__version__ = "0.1.6"