From b99d0239902474c106e354a4ced4b5f763eee83c Mon Sep 17 00:00:00 2001 From: Thamme Gowda Date: Tue, 3 Aug 2021 23:14:25 -0700 Subject: [PATCH] prepare for release 0.4.0 --- CHANGELOG.md | 2 +- nlcodec/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e43c5d..9a8c522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.4.0-dev WIP +## 0.4.0 -- 2021-08-03 - Add support for `class` scheme -- for multi-class classification field diff --git a/nlcodec/__init__.py b/nlcodec/__init__.py index 650707f..b206f0c 100644 --- a/nlcodec/__init__.py +++ b/nlcodec/__init__.py @@ -3,7 +3,7 @@ # Author: Thamme Gowda [tg (at) isi (dot) edu] # Created: 2019-10-25 -__version__ = '0.4.0-dev' +__version__ = '0.4.0' __description__ = """nlcodec is a collection of encoding schemes for natural language sequences. nlcodec.db is a efficient storage and retrieval layer for integer sequences of varying lengths.""" PROJECT_HOME = 'https://github.com/isi-nlp/nlcodec'