From d6b5eaf51075dc3a16466a89909dca4afd0d954d Mon Sep 17 00:00:00 2001 From: Meni Yakove Date: Mon, 5 Jul 2021 16:02:04 +0300 Subject: [PATCH] bump version to 1.3 --- setup.cfg | 4 +++- setup.py | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b97327772d..01da41d2c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,14 @@ [metadata] name = openshift-python-wrapper -version = 1.2 +version = 1.3 author = Meni Yakove, Ruth Netser author_email = myakove@redhat.com description = Wrapper around https://github.com/openshift/openshift-restclient-python long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/RedHatQE/openshift-python-wrapper +download_url = "https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/v1.3.tar.gz", + project_urls = Bug Tracker = https://github.com/RedHatQE/openshift-python-wrapper/issues classifiers = diff --git a/setup.py b/setup.py index 90c0d75077..0fccdd5665 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,6 @@ setup( name="openshift-python-wrapper", license="apache-2.0", - download_url="https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/v1.0.tar.gz", keywords=["Openshift", "Kubevirt", "CNV"], packages=find_packages(), include_package_data=True,