update version to 0.1.10

This commit is contained in:
LeonOstrez
2024-04-01 13:44:32 -07:00
parent 3003f5d098
commit 3ced34a3d6

View File

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