Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene authored Oct 29, 2019
1 parent 62b4f79 commit 00900f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def unavailable(self, e):

setup(
name='dmoj',
version='1.4.0',
version='2.0.0',
packages=find_packages(),
package_data={
'dmoj.cptbox': ['syscalls/aliases.list', 'syscalls/*.tbl'],
Expand Down Expand Up @@ -166,6 +166,7 @@ def unavailable(self, e):
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Education',
'Topic :: Software Development',
],
Expand Down

0 comments on commit 00900f8

Please sign in to comment.