From 85bd9354f1fb50cb8e12de78cadac0d12916cb66 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Tue, 14 May 2024 10:43:35 +0100 Subject: [PATCH] Bump version to 1.4. Fixes https://github.com/jrfonseca/xdot.py/issues/125 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 684c97f..3f6f49f 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='xdot', - version='1.3', + version='1.4', author='Jose Fonseca', author_email='jose.r.fonseca@gmail.com', url='https://github.com/jrfonseca/xdot.py',