We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b4f79 commit 00900f8Copy full SHA for 00900f8
setup.py
@@ -128,7 +128,7 @@ def unavailable(self, e):
128
129
setup(
130
name='dmoj',
131
- version='1.4.0',
+ version='2.0.0',
132
packages=find_packages(),
133
package_data={
134
'dmoj.cptbox': ['syscalls/aliases.list', 'syscalls/*.tbl'],
@@ -166,6 +166,7 @@ def unavailable(self, e):
166
'Programming Language :: Python',
167
'Programming Language :: Python :: 3.6',
168
'Programming Language :: Python :: 3.7',
169
+ 'Programming Language :: Python :: 3.8',
170
'Topic :: Education',
171
'Topic :: Software Development',
172
],
0 commit comments