From b89564b891a745ca628adfd7e630d67d6a7fe1a9 Mon Sep 17 00:00:00 2001 From: Anthony Polloreno Date: Tue, 24 Jul 2018 17:58:21 -0700 Subject: [PATCH] Bumping version to 1.7.0 --- grove/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grove/__init__.py b/grove/__init__.py index cfbb5d6..5d8f74a 100644 --- a/grove/__init__.py +++ b/grove/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. ############################################################################## -__version__ = '1.6.0' +__version__ = '1.7.0'