From 0d497c0699b5577a2be1e4492cfea6956453cc69 Mon Sep 17 00:00:00 2001 From: Ivan Sovic Date: Mon, 8 Oct 2018 17:05:09 -0700 Subject: [PATCH] Patch version bump: 2.1.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 383afaf..50d55bf 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name = 'pypeflow', - version='2.1.0' + local_version, + version='2.1.1' + local_version, author='J. Chin', author_email='cschin@infoecho.net', license='LICENSE.txt',