diff --git a/pytuya/__init__.py b/pytuya/__init__.py index 6666076..2ad5d8c 100644 --- a/pytuya/__init__.py +++ b/pytuya/__init__.py @@ -27,6 +27,10 @@ import pyaes # https://github.com/ricmoo/pyaes +version_tuple = (7, 0, 1) +version = version_string = __version__ = '%d.%d.%d' % version_tuple +__author__ = 'clach04' + log = logging.getLogger(__name__) logging.basicConfig() # TODO include function name/line numbers in log #log.setLevel(level=logging.DEBUG) # Debug hack!