summaryrefslogtreecommitdiffstats
path: root/puppethost.py
diff options
context:
space:
mode:
Diffstat (limited to 'puppethost.py')
-rw-r--r--puppethost.py2
1 files changed, 1 insertions, 1 deletions
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