Skip to content
Snippets Groups Projects
Commit dbeb0be0 authored by nickolas360's avatar nickolas360
Browse files

Fix version number in pyrcb.py

parent ad22ca40
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -28,7 +28,7 @@ import sys
import threading
import time
 
__version__ = "1.8.0"
__version__ = "1.8.1"
 
# ustr is unicode in Python 2 (because of unicode_literals)
# and str in Python 3.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment