From 5da067c833acfd527382c3fe872ae4f3452e44b6 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Fri, 13 Sep 2024 16:08:53 -0400 Subject: [PATCH] v1.1.2 --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 587d48462..44e69dc38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,15 +1,17 @@ [project] name = "warnet" -version = "1.1.1" +version = "1.1.2" description = "Monitor and analyze the emergent behaviours of bitcoin networks" readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.9" keywords = ["bitcoin", "warnet"] license = {text = "MIT"} classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ]