Skip to content

Commit 9294b30

Browse files
authored
Merge pull request #5 from myakove/bump-version-to-1.3
bump version to 1.3
2 parents 97809e2 + d6b5eaf commit 9294b30

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[metadata]
22
name = openshift-python-wrapper
3-
version = 1.2
3+
version = 1.3
44
author = Meni Yakove, Ruth Netser
55
author_email = myakove@redhat.com
66
description = Wrapper around https://github.com/openshift/openshift-restclient-python
77
long_description = file: README.md
88
long_description_content_type = text/markdown
99
url = https://github.com/RedHatQE/openshift-python-wrapper
10+
download_url = "https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/v1.3.tar.gz",
11+
1012
project_urls =
1113
Bug Tracker = https://github.com/RedHatQE/openshift-python-wrapper/issues
1214
classifiers =

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
setup(
88
name="openshift-python-wrapper",
99
license="apache-2.0",
10-
download_url="https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/v1.0.tar.gz",
1110
keywords=["Openshift", "Kubevirt", "CNV"],
1211
packages=find_packages(),
1312
include_package_data=True,

0 commit comments

Comments
 (0)