Skip to content

Commit 2894e08

Browse files
authored
Update __init__.py
Missed version number
1 parent e488a9d commit 2894e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kepconfig/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
__version__ = "1.0.0"
7+
__version__ = "1.1.0"
88
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
99
from . import connection, error
1010

@@ -35,4 +35,4 @@ def _address_dedecimal(tag_address):
3535
if tag_address[0] is '_':
3636
tag_address = tag_address[1::]
3737
updated = tag_address.replace('.','_')
38-
return updated
38+
return updated

0 commit comments

Comments
 (0)