From 07cd3ed4537f6cee48dcd0fa84af1d8b593b88aa Mon Sep 17 00:00:00 2001 From: Bogdan Ghita <57367018+bogdanghita-db@users.noreply.github.com> Date: Wed, 1 Apr 2020 18:31:06 +0200 Subject: [PATCH] Bump version to 0.10.0 (#284) --- databricks_cli/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databricks_cli/version.py b/databricks_cli/version.py index 100c0517..2c21bfc5 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.9.2.dev0' # NOQA +version = '0.10.0' # NOQA def print_version_callback(ctx, param, value): # NOQA