Skip to content

Commit

Permalink
dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni committed Dec 21, 2021
1 parent f805885 commit 4e361b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.0.dev'
__version__ = '2.1.0.dev0'
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.1.0.dev',
version='2.1.0.dev0',
author='Alteryx, Inc.',
author_email='support@featurelabs.com',
classifiers=[
Expand Down

0 comments on commit 4e361b3

Please sign in to comment.