diff --git a/databricks_cli/version.py b/databricks_cli/version.py index 41ab8d4a..79e64e10 100644 --- a/databricks_cli/version.py +++ b/databricks_cli/version.py @@ -21,7 +21,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = '0.8.1' # NOQA +version = '0.8.2' # NOQA def print_version_callback(ctx, param, value): # NOQA