From 7974c5d3971976be9d520a786a80da82a7dcd112 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Tue, 15 Oct 2024 11:55:17 -0400 Subject: [PATCH] v1.1.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a4d23efa..b0f2320b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "warnet" -version = "1.1.8" +version = "1.1.9" description = "Monitor and analyze the emergent behaviours of bitcoin networks" readme = "README.md" requires-python = ">=3.9"