From 9f75768d74742781b9e6191e5fc6c2783da9dab9 Mon Sep 17 00:00:00 2001 From: Manol Manolov <44099469+man40@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:13:04 -0400 Subject: [PATCH] Bump version to 0.1.16 --- databricks_cicd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databricks_cicd/__init__.py b/databricks_cicd/__init__.py index 46d4faa..b9f0221 100644 --- a/databricks_cicd/__init__.py +++ b/databricks_cicd/__init__.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.15" +__version__ = "0.1.16" CONTEXT_SETTINGS = dict(help_option_names=['-h', '--help'])