From b1e115df3592fb540f2dd9fdc7b5e2064eff3bfb Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 18 Jan 2011 11:08:53 -0500 Subject: Bump version to 0.7.0 --- puppethost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppethost.py b/puppethost.py index 91c429b..8d00af0 100644 --- a/puppethost.py +++ b/puppethost.py @@ -15,7 +15,7 @@ """Create a host-specific package for bootstrapping a puppet.""" -version_info = (0, 6, 0) +version_info = (0, 7, 0) version = '.'.join(map(str, version_info)) import os -- cgit