From a7a0cc342e4a2f5c0d50608ca6c11ca6f4f765ff Mon Sep 17 00:00:00 2001 From: im-deviprakash Date: Mon, 19 Feb 2024 15:54:56 +0530 Subject: [PATCH] Latest version fixed issues with date. --- README.md | 14 +++++++++++--- setup.py | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 859a7588..0508a9f1 100644 --- a/README.md +++ b/README.md @@ -11,21 +11,22 @@ This Python package is automatically generated by the [OpenAPI Generator](https: Python 3.7+ + ## Installation & Usage ### pip install If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git +pip install git+https://github.com/ingrammicro-xvantage/xi-sdk-resellers-python.git ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) +(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/ingrammicro-xvantage/xi-sdk-resellers-python.git`) + Then import the package: ```python import xi.sdk.resellers ``` - ### Setuptools Install via [Setuptools](http://pypi.python.org/pypi/setuptools). @@ -322,6 +323,13 @@ Authentication schemes defined for the API: ## Author +-[Ingram Micro Xvantage](https://github.com/ingrammicro-xvantage) + +## Contact + +For any inquiries or support, please feel free to contact us at: + +- Email: [xi_support@ingrammicro.com](xi_support@ingrammicro.com) diff --git a/setup.py b/setup.py index 972efe02..20318a1e 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( name=NAME, - version="0.0.2", + version="0.0.3", description="Ingram Micro - Xvantage Integration (XI) Python Server-side SDK.", author="Ingram Micro Xvantage Integration(XI)", author_email="xi_support@ingrammicro.com",