Skip to content

Commit

Permalink
bump version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Aug 11, 2020
1 parent 0868ced commit dc5e3f7
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,5 +1,5 @@
# flake8: noqa
__version__ = '0.3.1'
__version__ = 'v0.3.2.dev0'
from .diversity_score import DiversityScore
from .lsa import LSA
from .mean_characters_per_word import MeanCharactersPerWord
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='nlp_primitives',
version='0.3.1',
version='v0.3.2.dev0',
author='Feature Labs, Inc.',
author_email='support@featurelabs.com',
license='BSD 3-clause',
Expand Down

0 comments on commit dc5e3f7

Please sign in to comment.