From 04341fb9d6a476331bcf3cb1c5af3076fe706a0e Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 4 Sep 2024 14:08:59 +0100 Subject: [PATCH] v1.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66b3fa3..9f286ae 100644 --- a/setup.py +++ b/setup.py @@ -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()