Skip to content

Commit

Permalink
version 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Hynek Petrak committed Jun 26, 2021
1 parent c208fdf commit 8e7db2f
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.10'
VERSION = '0.11'

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.10"
version = "0.11"

try:
from colorama import Back
Expand Down

0 comments on commit 8e7db2f

Please sign in to comment.