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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 6490db743 ATLAS-4709: Python client 0.0.12 release
6490db743 is described below

commit 6490db743c148a6fbb57ef6c114d1584eb0cf0ed
Author: Madhan Neethiraj <mad...@apache.org>
AuthorDate: Tue Nov 8 10:38:13 2022 -0800

    ATLAS-4709: Python client 0.0.12 release
    
    (cherry picked from commit d40c1b09f533bce6fd27e97489885c10887fe4ec)
---
 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 e38e28b63..802bf8eb7 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.11
+apache-atlas 0.0.12
 ```
 
 ## Usage
diff --git a/intg/src/main/python/setup.py b/intg/src/main/python/setup.py
index 35d79fed2..f0e16d0ca 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.11',
+    version='0.0.12',
     author="Apache Atlas",
     author_email='d...@atlas.apache.org',
     description="Apache Atlas Python Client",

Reply via email to