From 01a700cf1c69beb0c6b59f3d0653168188421621 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 21 Nov 2019 20:59:50 +0100 Subject: [PATCH] Increment version [ci skip] --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3accae3..b5afd88 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ streamlit run https://raw.githubusercontent.com/explosion/sense2vec/master/scrip sense2vec releases are available on pip: ```bash -pip install sense2vec==1.0.0a9 +pip install sense2vec==1.0.0a10 ``` The Reddit vectors model is attached to diff --git a/setup.cfg b/setup.cfg index 169bdec..6756173 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 1.0.0a9 +version = 1.0.0a10 description = Contextually-keyed word vectors url = https://github.com/explosion/sense2vec author = Explosion