From a71c2100787c921a123fd8cce3e4bb1e5a7e1682 Mon Sep 17 00:00:00 2001 From: Chet Luther Date: Fri, 13 Sep 2013 12:53:45 -0500 Subject: [PATCH] Version 1.1.0 -> 1.1.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a6d39c..0575458 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # or saved. Do not modify them directly here. # NB: PACKAGES is deprecated NAME = "ZenPacks.zenoss.CloudStack" -VERSION = "1.1.0" +VERSION = "1.1.1" AUTHOR = "Zenoss Labs " LICENSE = "GPLv2" NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.zenoss']