From 029d556540b8b03b2b260934ca01cd2811cceb99 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 23 Aug 2019 19:45:19 +0200 Subject: [PATCH] Set version to v7.1.0 --- thinc/about.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thinc/about.py b/thinc/about.py index b1ca472a2..5d1fcf111 100644 --- a/thinc/about.py +++ b/thinc/about.py @@ -4,11 +4,11 @@ # https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py __name__ = "thinc" -__version__ = "7.1.0.dev0" +__version__ = "7.1.0" __summary__ = "Practical Machine Learning for NLP" __uri__ = "https://github.com/explosion/thinc" __author__ = "Matthew Honnibal" __email__ = "matt@explosion.ai" __license__ = "MIT" __title__ = "thinc" -__release__ = False +__release__ = True