This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch ranger-2.4
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.4 by this push:
new 36b17036d RANGER-3969: Python client updated with fix to use correct
path seperator
36b17036d is described below
commit 36b17036d72c9e3cb0626a8375c8c3288df56213
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Mon Nov 21 14:31:29 2022 -0800
RANGER-3969: Python client updated with fix to use correct path seperator
---
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 777645b53..f21628fb0 100644
--- a/intg/src/main/python/README.md
+++ b/intg/src/main/python/README.md
@@ -35,7 +35,7 @@ Verify if apache-ranger client is installed:
Package Version
------------ ---------
-apache-ranger 0.0.5
+apache-ranger 0.0.7
```
## Usage
diff --git a/intg/src/main/python/setup.py b/intg/src/main/python/setup.py
index 007b2e11e..8ea476320 100644
--- a/intg/src/main/python/setup.py
+++ b/intg/src/main/python/setup.py
@@ -27,7 +27,7 @@ with open("README.md", "r") as fh:
setup(
name="apache-ranger",
- version="0.0.5",
+ version="0.0.7",
author="Apache Ranger",
author_email="[email protected]",
description="Apache Ranger Python client",