From 26c76d8664c8dc852f0567e155c098fb26ec1852 Mon Sep 17 00:00:00 2001 From: nakasyou Date: Sun, 26 Feb 2023 18:27:30 +0900 Subject: [PATCH] update var(0.1.1) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d7939b..ba662cc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="pyPatchouli", - version="0.1.0", + version="0.1.1", install_requires=[], description="Patchouli is LINE app's history text parser.", long_description=long_description,