Skip to content

Commit f1346c0

Browse files
committed
use introspection to determine classes
1 parent 3a4670e commit f1346c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def loader():
1010
class SDRInstaller(ExtensionInstaller):
1111
def __init__(self):
1212
super(SDRInstaller, self).__init__(
13-
version="0.82",
13+
version="0.83",
1414
name='sdr',
1515
description='Capture data from rtl_433',
1616
author="Matthew Wall",

0 commit comments

Comments
 (0)