update version to 0.1.0

This commit is contained in:
LeonOstrez
2024-03-05 01:45:38 -08:00
parent 67a721ddf9
commit a2aae75049

View File

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