From dd3aea01bf7e15ebf3cc2414bf9a433a456ee105 Mon Sep 17 00:00:00 2001 From: Maurizio Branca Date: Sat, 27 Apr 2024 07:26:11 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12c726b..ecace5d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.5.0" +VERSION = "0.5.1" def get_long_description():