Skip to content

Commit

Permalink
Updated version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkaklarck committed Dec 23, 2022
1 parent a5d2712 commit fc46b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robotremoteserver.py
Expand Up @@ -44,7 +44,7 @@ def getfullargspec(func):


__all__ = ['RobotRemoteServer', 'stop_remote_server', 'test_remote_server']
__version__ = '1.1.1.dev1'
__version__ = '1.1.1'

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

0 comments on commit fc46b52

Please sign in to comment.