Skip to content

Commit 5da067c

Browse files
committed
v1.1.2
1 parent 11f49bf commit 5da067c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
[project]
22
name = "warnet"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "Monitor and analyze the emergent behaviours of bitcoin networks"
55
readme = "README.md"
6-
requires-python = ">=3.11"
6+
requires-python = ">=3.9"
77
keywords = ["bitcoin", "warnet"]
88
license = {text = "MIT"}
99
classifiers = [
1010
"Development Status :: 4 - Beta",
1111
"Intended Audience :: Developers",
1212
"License :: OSI Approved :: MIT License",
13+
"Programming Language :: Python :: 3.9",
14+
"Programming Language :: Python :: 3.10",
1315
"Programming Language :: Python :: 3.11",
1416
"Programming Language :: Python :: 3.12",
1517
]

0 commit comments

Comments
 (0)