From 7bc5ba71e90bf4ffebf54676e60f7cddb1d39758 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Mon, 23 Sep 2024 11:27:48 -0400 Subject: [PATCH] v1.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44e69dc38..73f2876d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "warnet" -version = "1.1.2" +version = "1.1.3" description = "Monitor and analyze the emergent behaviours of bitcoin networks" readme = "README.md" requires-python = ">=3.9"