From f4c879924dfceb05209fd424e9c2fca44a39d287 Mon Sep 17 00:00:00 2001 From: Quentin Ambard Date: Thu, 25 Sep 2025 15:50:45 -0400 Subject: [PATCH] Bump version to 0.6.31 --- dbdemos/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbdemos/__init__.py b/dbdemos/__init__.py index ddf0e39..f061ce5 100644 --- a/dbdemos/__init__.py +++ b/dbdemos/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.28" +__version__ = "0.6.31" from .dbdemos import list_demos, install, create_cluster, help, install_all, check_status_all, check_status, get_html_list_demos diff --git a/setup.py b/setup.py index 30eb1f4..2096f14 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ #this will be the package name you will see, e.g. the output of 'conda list' in anaconda prompt name = 'dbdemos', #some version number you may wish to add - increment this after every update - version='0.6.28', + version='0.6.31', author="Databricks", author_email=["quentin.ambard@databricks.com", "cal.reynolds@databricks.com"], description="Install databricks demos: notebooks, Delta Live Table Pipeline, DBSQL Dashboards, ML Models etc.",