Skip to content

Commit

Permalink
Version 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab authored and MrYsLab committed Apr 25, 2018
1 parent d62eddc commit aaa6eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s2m/s2m.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(self, client=None, com_port=None,
"32": "ARROW_W",
"33": "ARROW_NW"}

print('\ns2m version 2.9 Copyright(C) 2018 Alan Yorinks All rights reserved.')
print('\ns2m version 2.10 Copyright(C) 2018 Alan Yorinks All rights reserved.')
print("\nPython Version %s" % sys.version)

# When control C is entered, Scratch will close if auto-launched
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 @@

setup(
name='s2m',
version='2.9',
version='2.10',
packages=['s2m'],
install_requires=['pyserial>=2.7',
'psutil'],
Expand Down

0 comments on commit aaa6eba

Please sign in to comment.