From 41327bc26e6fb85a3e1b8297786011e006fa142c Mon Sep 17 00:00:00 2001 From: Kushal Pisavadia Date: Mon, 8 Jan 2018 19:31:43 +0000 Subject: [PATCH] Bump version to 1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3aed134..8742866 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def run_tests(self): setup( name='serfclient', - version='1.1.0', + version='1.2.0', description='Python client for the Serf orchestration tool', long_description=long_description, url='https://github.com/KushalP/serfclient-py',