Skip to content

Commit

Permalink
Updated version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkaklarck committed Sep 27, 2017
1 parent 76ca270 commit eff79e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robotremoteserver.py
Expand Up @@ -40,7 +40,7 @@


__all__ = ['RobotRemoteServer', 'stop_remote_server', 'test_remote_server']
__version__ = 'devel'
__version__ = '1.1'

BINARY = re.compile('[\x00-\x08\x0B\x0C\x0E-\x1F]')
NON_ASCII = re.compile('[\x80-\xff]')
Expand Down

0 comments on commit eff79e4

Please sign in to comment.