Compare commits

..

No commits in common. "f9667fd684e8f96b0993fbb0214be740fde88ed3" and "6521f839cdf9a10e4a21d98cb5963dcf0ad584b8" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ if get_platform() == "android":
from .Interfaces import TCPInterface
from .Interfaces import UDPInterface
from .Interfaces import I2PInterface
from .Interfaces import RNodeMultiInterface
from .Interfaces.Android import RNodeInterface
from .Interfaces.Android import SerialInterface
from .Interfaces.Android import KISSInterface

View File

@ -1 +1 @@
__version__ = "0.8.4"
__version__ = "0.8.3"