From ddc96b6404f3a71d1e4ac158f962753ca53e4ac8 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Tue, 30 Jul 2024 11:16:51 -0400 Subject: [PATCH] v0.9.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 729c797eb..f0431d78a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "warnet" -version = "0.9.9" +version = "0.9.11" description = "Monitor and analyze the emergent behaviours of bitcoin networks" readme = "README.md" requires-python = ">=3.10"