From dbfd26f34cf463dfd1773641e57ce7158ea300a2 Mon Sep 17 00:00:00 2001 From: LeonOstrez Date: Sat, 13 Jan 2024 22:36:35 -0800 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b97383c0..55fb27a6 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "0.0.1" +VERSION = "0.0.2" requirements = open("requirements.txt").readlines()