Skip to content

Commit

Permalink
Version bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Aug 7, 2018
1 parent 74b515d commit c752def
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.9',
version='0.7.0',
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.9'
__version__ = '0.7.0'

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

0 comments on commit c752def

Please sign in to comment.