Skip to content

Commit dfa10f5

Browse files
committed
Bump version
1 parent f939a44 commit dfa10f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="colorlog",
5-
version="6.8.3",
5+
version="6.9.0",
66
description="Add colours to the output of Python's logging module.",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",
@@ -31,6 +31,9 @@
3131
"Programming Language :: Python :: 3.8",
3232
"Programming Language :: Python :: 3.9",
3333
"Programming Language :: Python :: 3.10",
34+
"Programming Language :: Python :: 3.11",
35+
"Programming Language :: Python :: 3.12",
36+
"Programming Language :: Python :: 3.13",
3437
"Topic :: Terminals",
3538
"Topic :: Utilities",
3639
],

0 commit comments

Comments
 (0)