Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit c752def

Browse files
committed
Version bump to 0.7.0
1 parent 74b515d commit c752def

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='stormssh',
7-
version='0.6.9',
7+
version='0.7.0',
88
packages=find_packages(),
99
package_data={'storm': ['templates/*.html', 'static/css/*.css',
1010
'static/css/themes/storm/*.css', 'static/css/themes/storm/img/*.png',

storm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .defaults import get_default
1111

1212

13-
__version__ = '0.6.9'
13+
__version__ = '0.7.0'
1414

1515
ERRORS = {
1616
"already_in": "{0} is already in your sshconfig. "

0 commit comments

Comments
 (0)