From e86406906ebdf21056952f238478d2b5a9d48441 Mon Sep 17 00:00:00 2001 From: Madhan Neethiraj Date: Fri, 1 Dec 2023 15:17:44 -0800 Subject: [PATCH] ATLAS-4815: publish Python client library with the fix from previous commit --- 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='dev@atlas.apache.org', description="Apache Atlas Python Client",