Skip to content

Commit

Permalink
release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ncouture committed Dec 5, 2014
1 parent 9c18cf9 commit 37ec285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MockSSH.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__maintainer__ = 'Nicolas Couture'
__email__ = '[email protected]'
__copyright__ = 'Copyright 2013-2014, Nicolas Couture'
__version__ = '1.3'
__version__ = '1.4'


import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup, Command

# Be sure to keep this version and the one inside MockSSH.py in sync!
__version__ = '1.3'
__version__ = '1.4'

# Names of required packages
SETUP_PATH = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit 37ec285

Please sign in to comment.