Skip to content

Commit

Permalink
Update version and install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
cwood committed Mar 19, 2015
1 parent 42c0843 commit 3f7996c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
author='Colin Wood',
author_email='cwood06@gmail.com',
install_requires=[
'ssh>=1.7.14',
'paramiko>=1.15',
],
url='http://cwood.github.com/sshed/',
download_url='http://github.com/cwood/sshed/tarball/master',
Expand Down
2 changes: 1 addition & 1 deletion sshed/__init__.py
@@ -1 +1 @@
version = '0.2.5'
version = '0.3.0'

0 comments on commit 3f7996c

Please sign in to comment.