update version to 0.1.14

This commit is contained in:
LeonOstrez
2024-05-13 23:17:41 +01:00
parent 9bb0f04682
commit 822a128e8d

View File

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