From c7ebfa899d74deef8a054bd6d36fa8ef9e4e57bd Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 19 Jun 2024 17:56:19 +0200 Subject: [PATCH] bump version to 2.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9edb298..156924a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="databricks-rocket", - version="2.1.0", + version="2.1.1", author="GetYourGuide", author_email="engineering.data-products@getyourguide.com", description="Keep your local python scripts installed and in sync with a databricks notebook. Shortens the feedback loop to develop projects using a hybrid enviroment",