From 4860ef2dc11693ced74f068da695868a7939b92f Mon Sep 17 00:00:00 2001 From: pem70 Date: Fri, 19 Jul 2024 10:48:11 -0400 Subject: [PATCH] Update _version.py Signed-off-by: pem70 --- src/_version.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/_version.py b/src/_version.py index 26238316..715fc168 100644 --- a/src/_version.py +++ b/src/_version.py @@ -1 +1,12 @@ +"""Zowe Python Client SDK. + +This program and the accompanying materials are made available under the terms of the +Eclipse Public License v2.0 which accompanies this distribution, and is available at + +https://www.eclipse.org/legal/epl-v20.html + +SPDX-License-Identifier: EPL-2.0 + +Copyright Contributors to the Zowe Project. +""" __version__ = "1.0.0-dev18"