From 64c89b69e013bf4aefaa20b81b6b0b746089029a Mon Sep 17 00:00:00 2001 From: Shi Jin Date: Mon, 18 May 2020 15:19:10 -0600 Subject: [PATCH] Update version to 2.49 To be released with the fix the CLC shutdown/power-on --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 24a2678..c497473 100644 --- a/src/setup.py +++ b/src/setup.py @@ -11,7 +11,7 @@ setup( name = "clc-sdk", - version = "2.48", + version = "2.49", packages = find_packages("."), install_requires = ['prettytable','clint','argparse','requests'],