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 2dd4921 commit 9245e56Copy full SHA for 9245e56
1 file changed
kepconfig/__init__.py
@@ -1,10 +1,10 @@
1
# -------------------------------------------------------------------------
2
-# Copyright (c) 2020, PTC Inc. and/or all its affiliates. All rights reserved.
+# Copyright (c) PTC Inc. and/or all its affiliates. All rights reserved.
3
# See License.txt in the project root for
4
# license information.
5
# --------------------------------------------------------------------------
6
7
-
+__version__ = "1.0.0"
8
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
9
from . import connection, error
10
0 commit comments