Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Mar 23, 2015
1 parent f53dc12 commit 895b824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Installation

Download the latest build

# curl -L https://github.com/moul/advanced-ssh-config/releases/download/v0.17.0/assh-`uname -s`-`uname -m` > /usr/local/bin/assh
# curl -L https://github.com/moul/advanced-ssh-config/releases/download/v1.0.0/assh-`uname -s`-`uname -m` > /usr/local/bin/assh
# chmod +x /usr/local/bin/assh

Using Pypi
Expand Down
2 changes: 1 addition & 1 deletion advanced_ssh_config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.17.0'
__version__ = '1.0.0'

0 comments on commit 895b824

Please sign in to comment.