update version to 0.1.8

This commit is contained in:
LeonOstrez
2024-03-21 16:27:07 -07:00
parent 06a21b9167
commit 82b6210979

View File

@@ -1,6 +1,6 @@
from setuptools import setup
VERSION = "0.1.7"
VERSION = "0.1.8"
requirements = open("requirements.txt").readlines()