From 68504cde490cedbf02e834e698664396058cae91 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 8 Jan 2019 12:41:46 -0700 Subject: [PATCH] Bump version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3d9821..36a8a95 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import sys from setuptools import setup, find_packages -VERSION = "1.6.7" +VERSION = "1.7.0" PACKAGE_VERSION = { "classification-banner": "classification-banner == {0}".format(VERSION),