bump version to 0.0.11

This commit is contained in:
Senko Rasic
2024-01-24 22:46:51 -08:00
parent 4ae093bfe8
commit 3caf0f7018

View File

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