From d709c09eef6c63210ea3a235c36f062f1b74dfe2 Mon Sep 17 00:00:00 2001 From: Ryan Caloras Date: Sun, 28 Dec 2014 21:21:23 -0500 Subject: [PATCH] Prepare for release 0.0.7 --- bashhub/version.py | 2 +- install-bashhub.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashhub/version.py b/bashhub/version.py index 2493f91..8df7726 100644 --- a/bashhub/version.py +++ b/bashhub/version.py @@ -1 +1 @@ -__version__ = '0.0.6' +__version__ = '0.0.7' diff --git a/install-bashhub.sh b/install-bashhub.sh index 89f524d..ebed367 100755 --- a/install-bashhub.sh +++ b/install-bashhub.sh @@ -34,7 +34,7 @@ zshprofile=~/.zshrc # Optional parameter to specify a github branch # to pull from. -github_branch=${1:-'0.0.6'} +github_branch=${1:-'0.0.7'} install_bashhub() { check_dependencies