From bd4dd5915266009cdcb9c274d40ac05e8d24fd2d Mon Sep 17 00:00:00 2001 From: oatsu Date: Sat, 12 Sep 2020 20:35:08 +0900 Subject: [PATCH] Update setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit バージョン上げ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1970714..ba438fe 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ """ from setuptools import find_packages, setup -version = '1.6.5' +version = '1.7.0' try: with open("README.md", mode='r') as f: