From 1a19c20a0229c26a5f078d60313255a27e7e9f6b Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Fri, 20 Nov 2020 19:50: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 a3669c3..67367d9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name='pyyed', - version='1.4.1', + version='1.4.2', description='A simple Python library to export graphs to the yEd graph editor', author='James Scott-Brown',