Skip to content

Commit

Permalink
Update version to 2020.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnk2past committed Jan 29, 2020
1 parent 4f2068e commit 094f86b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contest/TestCase.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, case_name, exe, return_code, argv, stdin, stdout, stderr, ofs
self.case_name = case_name
self.exe = exe
self.return_code = return_code
self.argv = [a for a in argv]
self.argv = argv
self.stdin = self._setup_istream(stdin)
self.stdout = self._setup_ostream(stdout)
self.stderr = self._setup_ostream(stderr)
Expand Down
2 changes: 1 addition & 1 deletion contest/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'contest'
__description__ = 'A console application tester.'
__url__ = 'https://github.com/Lnk2past/contest'
__version__ = '2019.10.2'
__version__ = '2020.1.0'
__author__ = 'Lnk2past'
__license__ = 'MIT'

0 comments on commit 094f86b

Please sign in to comment.