From 2111204483740fc1c060265c8c3c6c59c938c141 Mon Sep 17 00:00:00 2001 From: Sheng Zha Date: Wed, 24 Oct 2018 09:20:05 -0700 Subject: [PATCH] bump up version (#376) --- gluonnlp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluonnlp/__init__.py b/gluonnlp/__init__.py index 24c3ee7615..7330afd951 100644 --- a/gluonnlp/__init__.py +++ b/gluonnlp/__init__.py @@ -26,7 +26,7 @@ from . import model from .vocab import * -__version__ = '0.4.0' +__version__ = '0.4.1' __all__ = ['data', 'model',