Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Nov 6, 2015
1 parent 8c03351 commit e4583c0
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 @@ -4,7 +4,7 @@

setup(
name='stormssh',
version='0.6.7',
version='0.6.8',
packages=find_packages(),
package_data={'storm': ['templates/*.html', 'static/css/*.css',
'static/css/themes/storm/*.css', 'static/css/themes/storm/img/*.png',
Expand Down
2 changes: 1 addition & 1 deletion storm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .defaults import get_default


__version__ = '0.6.7'
__version__ = '0.6.8'

ERRORS = {
"already_in": "{0} is already in your sshconfig. "
Expand Down

0 comments on commit e4583c0

Please sign in to comment.