update version to 0.0.20

This commit is contained in:
LeonOstrez
2024-02-23 14:50:36 -08:00
parent f96c8f915c
commit 3ee5fd7d02

View File

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