From b30fea2deee0f9cf9e58ed5ecd92dbcc2f027a50 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Wed, 2 Apr 2014 17:51:21 -0400 Subject: Bump version to 0.8.0 --- puppethost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppethost.py b/puppethost.py index 1a9323a..323dd21 100644 --- a/puppethost.py +++ b/puppethost.py @@ -15,7 +15,7 @@ """Create a host-specific package for bootstrapping a puppet.""" -version_info = (0, 7, 1) +version_info = (0, 8, 0) version = '.'.join(map(str, version_info)) import os -- cgit