We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7768af commit 8cb6e44Copy full SHA for 8cb6e44
1 file changed
databricks_cli/version.py
@@ -24,7 +24,7 @@
24
import re
25
26
27
-version = '0.17.5.dev0' # NOQA
+version = '0.17.5' # NOQA
28
29
30
def print_version_callback(ctx, param, value): # NOQA
0 commit comments