From 3ce06a073ab3547f8de130c5cf1eb7dc283b20b0 Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Sun, 17 Oct 2021 10:34:13 +0100 Subject: [PATCH] bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5dc9c1..119773d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name='pyyed', - version='1.4.3', + version='1.5.0', description='A simple Python library to export graphs to the yEd graph editor', author='James Scott-Brown',