Skip to content

Commit

Permalink
published v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmpm committed Oct 1, 2016
1 parent ab532ac commit dc6c8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodemcu_uploader/version.py
Expand Up @@ -3,4 +3,4 @@
"""just keeper of current version"""

#TODO: remember to update tests when version changes
__version__ = '0.4.0'
__version__ = '0.4.1'
2 changes: 1 addition & 1 deletion tests/misc.py
Expand Up @@ -8,7 +8,7 @@
class MiscTestCase(unittest.TestCase):

def test_version(self):
self.assertEqual(__version__, '0.4.0')
self.assertEqual(__version__, '0.4.1')

def test_default_port(self):
if os.environ.get('SERIALPORT', 'none') != 'none':
Expand Down

0 comments on commit dc6c8ef

Please sign in to comment.