Skip to content

Commit 7fbdaab

Browse files
committed
Revert "1.0.0 Release"
This reverts commit 9245e56.
1 parent 9245e56 commit 7fbdaab

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) PTC Inc. and/or all its affiliates. All rights reserved.
2+
# Copyright (c) 2020, 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-
__version__ = "1.0.0"
7+
88
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
99
from . import connection, error
1010

0 commit comments

Comments
 (0)