pycoax 0.7.0

This commit is contained in:
Andrew Kay
2021-03-10 19:24:40 -06:00
parent 7187abf32a
commit 809f70b324
2 changed files with 2 additions and 4 deletions

View File

@@ -46,9 +46,7 @@ def _create_interface(args):
interface = SerialInterface(serial)
firmware_version = interface.reset()
print(f'Interface firmware version {firmware_version}')
interface.reset()
yield interface

View File

@@ -1,5 +1,5 @@
ptyprocess==0.7.0
pycoax==0.6.0
pycoax==0.7.0
pyserial==3.5
pyte==0.8.0
pytn3270==0.9.1