Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fukatani committed Oct 27, 2019
1 parent 098ce44 commit 0ae803e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down

0 comments on commit 0ae803e

Please sign in to comment.