Skip to content

Commit

Permalink
Merge pull request Hugovdberg#521 from Hugovdberg/feature/add_sdk_ver…
Browse files Browse the repository at this point in the history
…sion

Add SDK version to module
  • Loading branch information
Hugovdberg authored Mar 10, 2020
2 parents 7478a22 + 8a74ebe commit 985c93d
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 985c93d

Please sign in to comment.