We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e488a9d commit 2894e08Copy full SHA for 2894e08
kepconfig/__init__.py
@@ -4,7 +4,7 @@
4
# license information.
5
# --------------------------------------------------------------------------
6
7
-__version__ = "1.0.0"
+__version__ = "1.1.0"
8
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
9
from . import connection, error
10
@@ -35,4 +35,4 @@ def _address_dedecimal(tag_address):
35
if tag_address[0] is '_':
36
tag_address = tag_address[1::]
37
updated = tag_address.replace('.','_')
38
- return updated
+ return updated
0 commit comments