Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9df3fc2

Browse files
authoredApr 20, 2020
v0.2.5 (#12)
* Update setup.py * Update __init__.py * Update changelog.rst * Update changelog.rst
1 parent aa26e4d commit 9df3fc2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎docs/source/changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog
33
=========
44

5+
**v0.2.5**
6+
* Removed python-dateutil as a requirement
7+
58
**v0.2.4**
69
* Added Featuretools Entry Point
710
* PyPI Upload

‎nlp_primitives/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = '0.2.4'
2+
__version__ = '0.2.5'
33
from .diversity_score import DiversityScore
44
from .lsa import LSA
55
from .mean_characters_per_word import MeanCharactersPerWord

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

0 commit comments

Comments
 (0)
Please sign in to comment.