Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rwedge committed Sep 30, 2021
1 parent 755d10b commit 4d1252a
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__ = '1.2.0'
__version__ = '2.0.0rc1'
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='1.2.0',
version='2.0.0rc1',
author='Feature Labs, Inc.',
author_email='support@featurelabs.com',
classifiers=[
Expand Down

0 comments on commit 4d1252a

Please sign in to comment.