This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new e86406906 ATLAS-4815: publish Python client library with the fix from
previous commit
e86406906 is described below
commit e86406906ebdf21056952f238478d2b5a9d48441
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Fri Dec 1 15:17:44 2023 -0800
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='[email protected]',
description="Apache Atlas Python Client",