We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc16d8 commit 68becf3Copy full SHA for 68becf3
setup.py
@@ -6,7 +6,7 @@
6
classifiers=[
7
"Intended Audience :: Developers",
8
"Intended Audience :: System Administrators",
9
- "Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.8",
10
"Topic :: Software Development"
11
],
12
message_extractors = {
@@ -24,6 +24,6 @@
24
"console_scripts": ["cli50=cli50.__main__:main"]
25
},
26
url="https://github.com/cs50/cli50",
27
- version="7.5.1",
+ version="8.0.0",
28
include_package_data=True
29
)
0 commit comments