From 122a7ef2071a8a5f984aa3a77b4747557031b256 Mon Sep 17 00:00:00 2001 From: Kimiyuki Onaka Date: Wed, 16 Sep 2020 00:41:44 +0900 Subject: [PATCH] RELEASE: 4.7.0 --- onlinejudge_template/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onlinejudge_template/__about__.py b/onlinejudge_template/__about__.py index 245a918..2a81cf1 100644 --- a/onlinejudge_template/__about__.py +++ b/onlinejudge_template/__about__.py @@ -1,3 +1,3 @@ __title__ = "online-judge-template-generator" __url__ = "https://github.com/online-judge-tools/template-generator" -__version__ = "4.6.0" +__version__ = "4.7.0"