We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34cc603 commit 791265bCopy full SHA for 791265b
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# Change Log
2
+
3
+## 1.0.3 / 2018-12-27
4
+- [#41](https://github.com/kyuridenamida/atcoder-tools/pull/41) Cleaner input code generation ([Difference](https://github.com/kyuridenamida/atcoder-tools/commit/34cc603a73c3d455fe95f0fa7669f791c207f927#diff-a7157845521bbb208641f228d4f55aa9))
5
6
+## 1.0.2 / 2018-12-26
7
+- No history
setup.py
@@ -18,7 +18,7 @@ def _requires_from_file(filename):
18
19
setup(
20
name="atcoder-tools",
21
- version="1.0.2",
+ version="1.0.3",
22
description="Convenient modules & tools for AtCoder users, written in Python 3.5",
23
url='https://github.com/kyuridenamida/atcoder-tools',
24
author='kyuridenamida',
0 commit comments