This commit is contained in:
Erik Johnston 2024-09-04 14:08:59 +01:00
parent 0bb350392b
commit 04341fb9d6

View file

@ -1,6 +1,6 @@
from setuptools import setup
__version__ = "1.4.0"
__version__ = "1.5.0"
with open("README.md") as f:
long_description = f.read()