From 7e59412f0b0280908f41b6612b647bb9b9455d45 Mon Sep 17 00:00:00 2001 From: Quentin Ambard Date: Wed, 20 Aug 2025 03:07:41 -0400 Subject: [PATCH] Bump version to 0.6.28 --- 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 8edf6ec..ddf0e39 100644 --- a/dbdemos/__init__.py +++ b/dbdemos/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.22" +__version__ = "0.6.28" 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 87ab949..30eb1f4 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.22', + version='0.6.28', 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.",