Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 383c75e

Browse files
committed
chore: fix classifier
1 parent e8347f5 commit 383c75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# 'Development Status :: 3 - Alpha'
2020
# 'Development Status :: 4 - Beta'
2121
# 'Development Status :: 5 - Production/Stable'
22-
release_status = "Development Status :: 5 - Production/Stable'"
22+
release_status = "Development Status :: 5 - Production/Stable"
2323

2424
package_root = pathlib.Path(__file__).parent
2525

0 commit comments

Comments
 (0)