Skip to content

Commit 1755d19

Browse files
committed
ready for new release
1 parent 7d341d2 commit 1755d19

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/source/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog
33
=========
44

5+
**v0.2.3**
6+
* Small bug fixes
7+
8+
59
**v0.2.2**
610
* Now comes with description for PyPI
711

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.2.2'
2+
__version__ = '0.2.3'
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='v0.2.2',
12+
version='v0.2.3',
1313
author='Feature Labs, Inc.',
1414
author_email='support@featurelabs.com',
1515
license='BSD 3-clause',

0 commit comments

Comments
 (0)