From 98e3135425eb69e719c055223a9cb5d308156141 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sun, 15 Mar 2009 21:31:38 -0400 Subject: Bump version to 0.6.0 --- puppethost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppethost.py') diff --git a/puppethost.py b/puppethost.py index 7f4204e..6a08ae3 100644 --- a/puppethost.py +++ b/puppethost.py @@ -15,7 +15,7 @@ """Create a host-specific package for bootstrapping a puppet.""" -version_info = (0, 5, 0) +version_info = (0, 6, 0) version = '.'.join(map(str, version_info)) import os -- cgit