Skip to content

Commit 4d1252a

Browse files
committed
bump version number
1 parent 755d10b commit 4d1252a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nlp_primitives/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# flake8: noqa
22
import nltk.data
33

4-
__version__ = '1.2.0'
4+
__version__ = '2.0.0rc1'
55
import pkg_resources
66

77
from .diversity_score import DiversityScore

setup.py

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

1717
setup(
1818
name='nlp_primitives',
19-
version='1.2.0',
19+
version='2.0.0rc1',
2020
author='Feature Labs, Inc.',
2121
author_email='support@featurelabs.com',
2222
classifiers=[

0 commit comments

Comments
 (0)