Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Add version number for Issue #34
Browse files Browse the repository at this point in the history
Using 7.0.1 to be slightly ahead of https://pypi.org/project/pytuya/
  • Loading branch information
clach04 committed Oct 3, 2018
1 parent 6859655 commit ed44ab9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytuya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit ed44ab9

Please # to comment.