From 6df42fcf1b094349aa29e35ff399e6c2e48572b0 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 4 Jun 2017 15:20:57 -0500 Subject: [PATCH] Increment version --- thinc/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thinc/about.py b/thinc/about.py index 77f380ecf..35191c7c7 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__ = '6.7.2' +__version__ = '6.7.3' __summary__ = "Practical Machine Learning for NLP" __uri__ = 'https://github.com/explosion/thinc' __author__ = 'Matthew Honnibal'