Skip to content

Commit 9245e56

Browse files
committed
1.0.0 Release
1 parent 2dd4921 commit 9245e56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kepconfig/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -------------------------------------------------------------------------
2-
# Copyright (c) 2020, PTC Inc. and/or all its affiliates. All rights reserved.
2+
# Copyright (c) PTC Inc. and/or all its affiliates. All rights reserved.
33
# See License.txt in the project root for
44
# license information.
55
# --------------------------------------------------------------------------
66

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

0 commit comments

Comments
 (0)