Skip to content

Commit

Permalink
v2.1.0 (#83)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update __init__.py

* Update changelog.rst
  • Loading branch information
gsheni authored Dec 21, 2021
1 parent d313038 commit b65391f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
=========
Changelog
=========
**Future Release**

**v2.1.0** Dec 21, 2021
* Enhancements
* Add primitive for total word length ``TotalWordLength`` (:pr:`79`)
* Add primitive for median word length ``MedianWordLength`` (:pr:`80`)
* Fixes
* Changes
* Update setup.py with new and correct information (:pr:`72`)
* Documentation Changes
* Testing Changes
* Add python 3.9 CI for unit tests and entrypoint tests (:pr:`72`)

Expand Down
2 changes: 1 addition & 1 deletion nlp_primitives/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# flake8: noqa
import nltk.data

__version__ = '2.0.0'
__version__ = '2.1.0'
import pkg_resources

from .diversity_score import DiversityScore
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='nlp_primitives',
version='2.0.0',
version='2.1.0',
author='Alteryx, Inc.',
author_email='support@featurelabs.com',
classifiers=[
Expand Down

0 comments on commit b65391f

Please sign in to comment.