Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kareem Zidane committed Apr 22, 2019
1 parent 6b7fd42 commit 65a7672
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 @@ -8,7 +8,7 @@
from sys import platform, version_info

requires = [
"backports.shutil_get_terminal_size", "backports.shutil_which", "pexpect>=4.0", "requests",
"backports.shutil_get_terminal_size", "backports.shutil_which", "pexpect>=4.0", "requests",
"six", "termcolor"
]

Expand Down Expand Up @@ -51,5 +51,5 @@ def create_mo_files():
},
data_files=create_mo_files(),
url="https://github.com/cs50/submit50",
version="2.4.9"
version="2.4.10"
)

0 comments on commit 65a7672

Please sign in to comment.