Skip to content

Commit 8dca05b

Browse files
authored
v0.3.1 (#20)
* bump version number * update changelog
1 parent 8ca9a17 commit 8dca05b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/source/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
=========
22
Changelog
33
=========
4+
**v0.3.1**
5+
* Fix installation error related to scipy version
46

57
**v0.3.0**
68
* Fixed case-insensitivity in the Stopword Count Primitive

nlp_primitives/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = '0.3.0'
2+
__version__ = '0.3.1'
33
from .diversity_score import DiversityScore
44
from .lsa import LSA
55
from .mean_characters_per_word import MeanCharactersPerWord

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='nlp_primitives',
12-
version='0.3.0',
12+
version='0.3.1',
1313
author='Feature Labs, Inc.',
1414
author_email='support@featurelabs.com',
1515
license='BSD 3-clause',

0 commit comments

Comments
 (0)