From ec532c812d0506485604a0694b4e6f545b7ad244 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 24 Feb 2020 10:20:10 +0000 Subject: [PATCH] 1.5.1 Automatically generated by python-semantic-release --- sheetfu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheetfu/__init__.py b/sheetfu/__init__.py index 4a22189..25d95a6 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.5.0" +__version__ = "1.5.1" from sheetfu.client import SpreadsheetApp