From 88080a91c62b922111a7cd666df476bc4fae7479 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sat, 3 May 2014 11:19:26 -0400 Subject: Bump version to 0.8.1 --- puppethost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppethost.py b/puppethost.py index 323dd21..99e9c34 100644 --- a/puppethost.py +++ b/puppethost.py @@ -15,7 +15,7 @@ """Create a host-specific package for bootstrapping a puppet.""" -version_info = (0, 8, 0) +version_info = (0, 8, 1) version = '.'.join(map(str, version_info)) import os -- cgit