Skip to content

Commit c69ffc0

Browse files
authored
Bump version
1 parent 4efc7e2 commit c69ffc0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
setuptools.setup(
3535
name = "binary_utils",
3636
packages = ["binary_utils"],
37-
version = "1.2",
37+
version = "1.3",
3838
license = "MIT",
3939
description = "Podrum's Binary Utilities.",
4040
author = "Podrum",
@@ -49,6 +49,7 @@
4949
"Programming Language :: Python :: 3.6",
5050
"Programming Language :: Python :: 3.7",
5151
"Programming Language :: Python :: 3.8",
52-
"Programming Language :: Python :: 3.9"
52+
"Programming Language :: Python :: 3.9",
53+
"Programming Language :: Python :: 3.10"
5354
]
5455
)

0 commit comments

Comments
 (0)