Skip to content

Commit

Permalink
1.9.3.3 - minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atlas0fd00m committed Sep 4, 2021
1 parent 6cac153 commit cbff896
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions cancat/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
import usb
import time
import queue
import struct
import logging
import unittest
import threading
import traceback

from rflib.const import *
from rflib.bits import ord23

logging.basicConfig(level=logging.INFO, format='%(asctime)s:%(levelname)s:%(name)s: %(message)s')
logger = logging.getLogger(__name__)

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pyserial
pyusb
termcolor
future
six
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import codecs
import setuptools

version = '1.9.3'
version = '1.9.3.3'
packages = ['cancat','cancat/vstruct']
mods = []
pkgdata = {}
Expand Down Expand Up @@ -33,6 +33,7 @@
"pyusb",
"termcolor",
"future",
"six",
],
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit cbff896

Please sign in to comment.