Skip to content

Commit 68becf3

Browse files
authored
Update setup.py
1 parent 3fc16d8 commit 68becf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
classifiers=[
77
"Intended Audience :: Developers",
88
"Intended Audience :: System Administrators",
9-
"Programming Language :: Python :: 3.6",
9+
"Programming Language :: Python :: 3.8",
1010
"Topic :: Software Development"
1111
],
1212
message_extractors = {
@@ -24,6 +24,6 @@
2424
"console_scripts": ["cli50=cli50.__main__:main"]
2525
},
2626
url="https://github.com/cs50/cli50",
27-
version="7.5.1",
27+
version="8.0.0",
2828
include_package_data=True
2929
)

0 commit comments

Comments
 (0)