update version to 0.0.18

This commit is contained in:
LeonOstrez
2024-02-12 08:43:59 -08:00
parent 24ef24240a
commit 99cc946ae0

View File

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