Skip to content

Commit b76e77d

Browse files
committed
Prepare for release 1.0.1
1 parent c31db0d commit b76e77d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bashhub/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.1-dev'
1+
__version__ = '1.0.1'

install-bashhub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ zshprofile=~/.zshrc
4141

4242
# Optional parameter to specify a github branch
4343
# to pull from.
44-
github_branch=${1:-'1.0.0'}
44+
github_branch=${1:-'1.0.1'}
4545

4646
install_bashhub() {
4747
check_dependencies

0 commit comments

Comments
 (0)