ATLAS-4815: publish Python client library with the fix from previous commit

This commit is contained in:
Madhan Neethiraj 2023-12-01 15:17:44 -08:00
parent 79ef3cce1b
commit e86406906e
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Verify if apache-atlas client is installed:
Package Version
------------ ---------
apache-atlas 0.0.14
apache-atlas 0.0.15
```
## Usage

View File

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