We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efc7e2 commit c69ffc0Copy full SHA for c69ffc0
setup.py
@@ -34,7 +34,7 @@
34
setuptools.setup(
35
name = "binary_utils",
36
packages = ["binary_utils"],
37
- version = "1.2",
+ version = "1.3",
38
license = "MIT",
39
description = "Podrum's Binary Utilities.",
40
author = "Podrum",
@@ -49,6 +49,7 @@
49
"Programming Language :: Python :: 3.6",
50
"Programming Language :: Python :: 3.7",
51
"Programming Language :: Python :: 3.8",
52
- "Programming Language :: Python :: 3.9"
+ "Programming Language :: Python :: 3.9",
53
+ "Programming Language :: Python :: 3.10"
54
]
55
)
0 commit comments