From fa43fe97c0d5b0c1cbcf9f1cccaa79cb7ed3e14d Mon Sep 17 00:00:00 2001 From: oatsu Date: Sun, 15 Jan 2023 05:41:46 +0900 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index efabd96..8a274d9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ """ from setuptools import find_packages, setup -version = '1.18.0' +version = '1.18.1' try: with open("README.md", mode='r', encoding='utf-8') as f: