We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8631f commit 383ace2Copy full SHA for 383ace2
setup.cfg
@@ -4,7 +4,7 @@
4
5
[metadata]
6
name = cdpy
7
-version = 1.0.0
+version = 1.1.0
8
description = A Pythonic client wrapper for Cloudera CDP CLI
9
author = Cloudera Labs
10
author_email = [email protected]
@@ -31,7 +31,7 @@ package_dir =
31
# Add here dependencies of your project (semicolon/line-separated), e.g.
32
install_requires =
33
importlib-metadata
34
- cdpcli-beta>=0.9.73
+ cdpcli-beta>=0.9.101
35
# The usage of test_requires is discouraged, see `Dependency Management` docs
36
# tests_require = pytest; pytest-cov
37
# Require a specific Python version, e.g. Python 2.7 or >= 3.4
0 commit comments