From 21764681ff556b9c5aac9370f30f610fe7bec517 Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Mon, 21 Dec 2020 11:38:33 +0000 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b433d67..d5dc9c1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name='pyyed', - version='1.4.2', + version='1.4.3', description='A simple Python library to export graphs to the yEd graph editor', author='James Scott-Brown',