From 87647a12ae846a3b38f7d6279b07e9b17f48722a Mon Sep 17 00:00:00 2001 From: Niclas Grote Date: Thu, 25 Jul 2024 16:06:51 +0200 Subject: [PATCH] bump version to 0.5.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40a94d2..af65539 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup -VERSION = "0.5.3" +VERSION = "0.5.4" with open("README.rst") as readme_file: readme = readme_file.read()