From 7fa40457453f8b1ddfd7e2d186540a1bb8518f7a Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Tue, 7 Aug 2018 02:12:47 -0700 Subject: [PATCH] bump version to 0.8.0 (#160) --- 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 9673892a..70ff4a07 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.7.3.dev0' # NOQA +version = '0.8.0' # NOQA def print_version_callback(ctx, param, value): # NOQA