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",