Skip to content

Commit eff79e4

Browse files
committed
Updated version to 1.1
1 parent 76ca270 commit eff79e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robotremoteserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141

4242
__all__ = ['RobotRemoteServer', 'stop_remote_server', 'test_remote_server']
43-
__version__ = 'devel'
43+
__version__ = '1.1'
4444

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

0 commit comments

Comments
 (0)