diff --git a/python/delta_sharing/version.py b/python/delta_sharing/version.py index ae6cc89d2..f5d25472e 100644 --- a/python/delta_sharing/version.py +++ b/python/delta_sharing/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "1.0.0" +__version__ = "1.1.0" diff --git a/version.sbt b/version.sbt index 326584492..48af491ec 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "1.0.0" +version in ThisBuild := "1.1.0"