From ff413aa5943bd375f2936ec8bcdd2e87c84c7495 Mon Sep 17 00:00:00 2001 From: Erick Peirson Date: Tue, 21 Jun 2016 15:07:53 -0400 Subject: [PATCH] incremented version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2516cfb..509c6a34 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ DESCRIPTION = ('Bibliographic network and corpus analysis for historians') LICENSE = 'GNU GPL 3' URL = 'http://diging.github.io/tethne/' -VERSION = '0.7.30' +VERSION = '0.8' PACKAGES = ['tethne', 'tethne.analyze',