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 05cf6ab commit 10f0692Copy full SHA for 10f0692
atcodertools/release_management/version.py
@@ -1 +1 @@
1
-__version__ = "1.1.7.1"
+__version__ = "2.0.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "atcodertools"
3
-version = "2.0.0"
+version = "2.0.1"
4
description = "Convenient modules & tools for AtCoder users, written in Python 3.6"
5
authors = ["kyuridenamida <tyotyo3@gmail.com>"]
6
license = "MIT"
0 commit comments