This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit 2c920afb5f4bc221e78399b1e8a163e3591864b1 Author: Madhan Neethiraj <mad...@apache.org> AuthorDate: Fri Dec 1 15:17:44 2023 -0800 ATLAS-4815: publish Python client library with the fix from previous commit (cherry picked from commit e86406906ebdf21056952f238478d2b5a9d48441) --- intg/src/main/python/README.md | 2 +- intg/src/main/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/intg/src/main/python/README.md b/intg/src/main/python/README.md index 140e6c329..a53a1e1bd 100644 --- a/intg/src/main/python/README.md +++ b/intg/src/main/python/README.md @@ -16,7 +16,7 @@ Verify if apache-atlas client is installed: Package Version ------------ --------- -apache-atlas 0.0.14 +apache-atlas 0.0.15 ``` ## Usage diff --git a/intg/src/main/python/setup.py b/intg/src/main/python/setup.py index daeaf6295..034b3fc75 100644 --- a/intg/src/main/python/setup.py +++ b/intg/src/main/python/setup.py @@ -28,7 +28,7 @@ with open("README.md", "r") as fh: setup( name='apache-atlas', - version='0.0.14', + version='0.0.15', author="Apache Atlas", author_email='d...@atlas.apache.org', description="Apache Atlas Python Client",