Skip to content

Commit 00900f8

Browse files
authored
Release 2.0.0
1 parent 62b4f79 commit 00900f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def unavailable(self, e):
128128

129129
setup(
130130
name='dmoj',
131-
version='1.4.0',
131+
version='2.0.0',
132132
packages=find_packages(),
133133
package_data={
134134
'dmoj.cptbox': ['syscalls/aliases.list', 'syscalls/*.tbl'],
@@ -166,6 +166,7 @@ def unavailable(self, e):
166166
'Programming Language :: Python',
167167
'Programming Language :: Python :: 3.6',
168168
'Programming Language :: Python :: 3.7',
169+
'Programming Language :: Python :: 3.8',
169170
'Topic :: Education',
170171
'Topic :: Software Development',
171172
],

0 commit comments

Comments
 (0)