From 75e1dde19b4159ff43b9767890b2b0423d599372 Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Sat, 7 Nov 2020 20:37:18 +0000 Subject: [PATCH] bump version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6141a62..9ab4107 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name='pyyed', - version='1.3', + version='1.4.0', description='A simple Python library to export graphs to the yEd graph editor', author='James Scott-Brown',