summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2011-01-18 11:08:53 -0500
committerTodd Zullinger <tmz@pobox.com>2011-01-18 11:08:53 -0500
commitb1e115df3592fb540f2dd9fdc7b5e2064eff3bfb (patch)
tree2020929c8067f6e39a36030b829eea7f6560b836
parentb834081493101080cf2001a3d87c7b6d7a47491d (diff)
downloadpuppet-host-package-b1e115df3592fb540f2dd9fdc7b5e2064eff3bfb.tar.gz
puppet-host-package-b1e115df3592fb540f2dd9fdc7b5e2064eff3bfb.tar.xz
puppet-host-package-b1e115df3592fb540f2dd9fdc7b5e2064eff3bfb.zip
Bump version to 0.7.0v0.7.0
-rw-r--r--puppethost.py2
1 files changed, 1 insertions, 1 deletions
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