Skip to content

Commit

Permalink
UPD: 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daviswr committed Mar 25, 2018
1 parent c5f38cb commit 61f4dc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# or saved. Do not modify them directly here.
# NB: PACKAGES is deprecated
NAME = "ZenPacks.daviswr.UCD.HardDisk"
VERSION = "1.0.0dev"
AUTHOR = "Your Name Here"
LICENSE = ""
VERSION = "0.7.0"
AUTHOR = "Wes Davis"
LICENSE = "MIT"
NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.daviswr', 'ZenPacks.daviswr.UCD']
PACKAGES = ['ZenPacks', 'ZenPacks.daviswr', 'ZenPacks.daviswr.UCD', 'ZenPacks.daviswr.UCD.HardDisk']
INSTALL_REQUIRES = ['ZenPacks.zenoss.ZenPackLib']
COMPAT_ZENOSS_VERS = ""
COMPAT_ZENOSS_VERS = ">=4.2.5"
PREV_ZENPACK_NAME = ""
# STOP_REPLACEMENTS
################################
Expand Down

0 comments on commit 61f4dc2

Please sign in to comment.