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 f7a4121 commit f3c78e9Copy full SHA for f3c78e9
atcodertools/release_management/version.py
@@ -1 +1 @@
1
-__version__ = "2.4.0"
+__version__ = "2.5.0"
pyproject.toml
@@ -3,7 +3,7 @@ name = "atcoder-tools"
3
packages = [
4
{include = "atcodertools"}
5
]
6
-version = "2.4.0"
+version = "2.5.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