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 45582b9 commit e822414Copy full SHA for e822414
atcodertools/release_management/version.py
@@ -1 +1 @@
1
-__version__ = "2.6.0"
+__version__ = "2.7.0"
pyproject.toml
@@ -3,7 +3,7 @@ name = "atcoder-tools"
3
packages = [
4
{include = "atcodertools"}
5
]
6
-version = "2.6.0"
+version = "2.7.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