We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d313038 commit f805885Copy full SHA for f805885
nlp_primitives/__init__.py
@@ -1,7 +1,7 @@
1
# flake8: noqa
2
import nltk.data
3
4
-__version__ = '2.0.0'
+__version__ = '2.1.0.dev'
5
import pkg_resources
6
7
from .diversity_score import DiversityScore
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name='nlp_primitives',
19
- version='2.0.0',
+ version='2.1.0.dev',
20
author='Alteryx, Inc.',
21
author_email='support@featurelabs.com',
22
classifiers=[
0 commit comments