From 66e881543fe9555e1b8900f5162430b35042686d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 11 Jul 2019 22:54:41 +0200 Subject: [PATCH] Set version to v7.0.8 --- thinc/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thinc/about.py b/thinc/about.py index c1fbe7904..b87da9823 100644 --- a/thinc/about.py +++ b/thinc/about.py @@ -4,7 +4,7 @@ # https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py __name__ = "thinc" -__version__ = "7.0.7" +__version__ = "7.0.8" __summary__ = "Practical Machine Learning for NLP" __uri__ = "https://github.com/explosion/thinc" __author__ = "Matthew Honnibal"