From 192b338cd73531ae46d1914b3980c75a341fb686 Mon Sep 17 00:00:00 2001 From: Wes Davis Date: Thu, 19 Jan 2017 21:41:25 -0500 Subject: [PATCH] Generated 0.7.5 egg --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6562791..b870efa 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.daviswr.ZFS" -VERSION = "0.7.4" +VERSION = "0.7.5" AUTHOR = "Wes Davis" LICENSE = "MIT" NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.daviswr']