From 376a27dd7882b446929715ccd57adcdef0ef38d7 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Apr 2021 19:24:15 +0000 Subject: [PATCH] Commit from GitHub Actions (Create Release) --- atcodertools/release_management/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atcodertools/release_management/version.py b/atcodertools/release_management/version.py index 159d48b8..8c0d5d5b 100644 --- a/atcodertools/release_management/version.py +++ b/atcodertools/release_management/version.py @@ -1 +1 @@ -__version__ = "2.0.1" +__version__ = "2.0.0" diff --git a/pyproject.toml b/pyproject.toml index 731cfe60..0c0ec768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atcodertools" -version = "2.0.1" +version = "2.0.0" description = "Convenient modules & tools for AtCoder users, written in Python 3.6" authors = ["kyuridenamida "] license = "MIT"