Skip to content

Commit

Permalink
Added AF SDK version to later distinguish available methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugovdberg committed Mar 10, 2020
1 parent 7478a22 commit 8a74ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions PIconnect/AFSDK.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ class PISystems:
"""

DefaultPISystem = None
Version = "0.0.0.0"

def __init__(self):
self._init()
Expand Down
1 change: 1 addition & 0 deletions PIconnect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@
# pragma pylint: enable=unused-import

__version__ = "0.8.0"
__sdk_version = tuple(int(x) for x in AF.PISystems().Version.split("."))

0 comments on commit 8a74ebe

Please sign in to comment.