update version to 0.1.12

This commit is contained in:
LeonOstrez
2024-04-22 23:27:41 +01:00
parent e7122038e3
commit 4c1ffa9577

View File

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