From 5156268e6cfcf45fc55a20504a02019697f42a2b Mon Sep 17 00:00:00 2001 From: Burton DeWilde Date: Tue, 3 Sep 2019 16:21:24 -0500 Subject: [PATCH] Bump package version, 0.9.0 => 0.9.1 --- textacy/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textacy/about.py b/textacy/about.py index 1f215e849..01131d25a 100644 --- a/textacy/about.py +++ b/textacy/about.py @@ -1,4 +1,4 @@ -__version__ = "0.9.0" +__version__ = "0.9.1" __description__ = "NLP, before and after spaCy" __url__ = "https://github.com/chartbeat-labs/textacy" __download_url__ = "https://pypi.org/project/textacy"