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 af3aec3 commit 79984e0Copy full SHA for 79984e0
atcodertools/release_management/version.py
@@ -1 +1 @@
1
-__version__ = "2.12.0"
+__version__ = "2.13.0"
pyproject.toml
@@ -3,7 +3,7 @@ name = "atcoder-tools"
3
packages = [
4
{include = "atcodertools"}
5
]
6
-version = "2.12.0"
+version = "2.13.0"
7
description = "Convenient modules & tools for AtCoder users, written in Python 3.6"
8
authors = ["kyuridenamida <tyotyo3@gmail.com>"]
9
license = "MIT"
0 commit comments