diff --git a/sheetfu/__init__.py b/sheetfu/__init__.py index bcaf3fc..4a22189 100644 --- a/sheetfu/__init__.py +++ b/sheetfu/__init__.py @@ -11,7 +11,7 @@ # Important! Never update this version manually. The automatic semantic-releases library takes care of updating it # # Manually changing this number could result in unexpected behaviour # -__version__ = "1.4.2" +__version__ = "1.5.0" from sheetfu.client import SpreadsheetApp