From e158f3f5680f7980d4e8d50b9af22c54582ab000 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Mon, 27 Jan 2025 11:59:06 -0500 Subject: [PATCH] v1.1.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0f2320b0..15f5e6c40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "warnet" -version = "1.1.9" +version = "1.1.10" description = "Monitor and analyze the emergent behaviours of bitcoin networks" readme = "README.md" requires-python = ">=3.9"