From 010729754e5f3e466dfe5df164904d3a495cf9f8 Mon Sep 17 00:00:00 2001
From: Max Edwards <youwontforgetthis@gmail.com>
Date: Thu, 10 Oct 2024 14:31:35 +0100
Subject: [PATCH] bump to 1.1.6

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 56d58d62f..f6fd086cd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [project]
 name = "warnet"
-version = "1.1.4"
+version = "1.1.6"
 description = "Monitor and analyze the emergent behaviours of bitcoin networks"
 readme = "README.md"
 requires-python = ">=3.9"