From 82b62109794cc67195a9272b9ba149b018aa7dce Mon Sep 17 00:00:00 2001 From: LeonOstrez Date: Thu, 21 Mar 2024 16:27:07 -0700 Subject: [PATCH] update version to 0.1.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c90c560..c9eaf1f6 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "0.1.7" +VERSION = "0.1.8" requirements = open("requirements.txt").readlines()