From 00900f83aab16ac4d61e1a9b71f826afa6cb215c Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Tue, 29 Oct 2019 01:23:28 -0400 Subject: [PATCH] Release 2.0.0 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40db2485c..16259a08a 100644 --- a/setup.py +++ b/setup.py @@ -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'], @@ -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', ],