Skip to content

Commit c339662

Browse files
committed
__version__ back to devel
1 parent 7dbe869 commit c339662

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__ = '1.1rc2'
43+
__version__ = 'devel'
4444

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

0 commit comments

Comments
 (0)