From 9006554ff16114c84a5ca3c4c2e083a4ddebd791 Mon Sep 17 00:00:00 2001 From: Quentin Ambard Date: Wed, 5 Nov 2025 11:52:25 -0500 Subject: [PATCH] Bump version to 0.6.33 --- 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..3555969 100644 --- a/dbdemos/__init__.py +++ b/dbdemos/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.28" +__version__ = "0.6.33" 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..0ef3c4b 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.33', 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.",