ATLAS-4815: publish Python client library with the fix from previous commit
This commit is contained in:
parent
79ef3cce1b
commit
e86406906e
|
|
@ -16,7 +16,7 @@ Verify if apache-atlas client is installed:
|
|||
|
||||
Package Version
|
||||
------------ ---------
|
||||
apache-atlas 0.0.14
|
||||
apache-atlas 0.0.15
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue