Skip to content

Commit

Permalink
Addopt to cmd2 0.10, better handling of ssh errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Hynek Petrak committed Feb 18, 2020
1 parent c909f51 commit 09c9e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PROJECT = 'sshame'

VERSION = '0.8'
VERSION = '0.9'

from setuptools import setup, find_packages

Expand Down
2 changes: 1 addition & 1 deletion sshame/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from sqlalchemy import create_engine
from sshame.db import Host, Base, Key, Credential, Command, CommandAlias

version = "0.8"
version = "0.9"

try:
from colorama import Back
Expand Down

0 comments on commit 09c9e3b

Please sign in to comment.