From 0ae803e735b99b57d291c918edb1fba794e13091 Mon Sep 17 00:00:00 2001 From: fukatani Date: Sun, 27 Oct 2019 21:20:29 +0900 Subject: [PATCH] update version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a2a3f0f..34b1959 100644 --- a/setup.py +++ b/setup.py @@ -15,13 +15,13 @@ def load_module(module_path): setup( name="Rujaion", - version="0.8.0", + version="0.9.0", author="Ryosuke Fukatani", install_requires=[ "PyQt5", "PyQtWebEngine", "pexpect", - "online-judge-tools >= 7.2.1", + "online-judge-tools >= 7.2.2", "pandas", ], packages=find_packages(exclude=("docker", "doc")),