Skip to content

Commit

Permalink
Merge pull request #93 from dersecure/master
Browse files Browse the repository at this point in the history
Bumping to version 1.1.5
  • Loading branch information
Kudrat9 authored Jul 11, 2024
2 parents 329d9da + aec5e2a commit 7d27273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='pysunspec2',
version='1.1.4',
version='1.1.5',
description='Python SunSpec Tools',
author='SunSpec Alliance',
author_email='support@sunspec.org',
Expand Down
2 changes: 1 addition & 1 deletion sunspec2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pySunSpec version
VERSION = '1.0.9'
VERSION = '1.1.5'
4 changes: 1 addition & 3 deletions sunspec2/modbus/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@

import time
import uuid
import sunspec2.mdef as mdef
import sunspec2.device as device
import sunspec2.mb as mb
from sunspec2 import mdef, device, mb
import sunspec2.modbus.modbus as modbus_client

TEST_NAME = 'test_name'
Expand Down

0 comments on commit 7d27273

Please sign in to comment.