Skip to content

Commit

Permalink
Bump version: 0.0.5 → 0.0.6
Browse files Browse the repository at this point in the history
He Hao committed May 14, 2020
1 parent 7e055de commit d420bc0
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.5'
__version__ = '0.0.6'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.5
current_version = 0.0.6
commit = True
tag = True

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ def parse_requirements(fn):

setup(
name='text_preprocessing',
version='0.0.5',
version='0.0.6',
description="A python package for text preprocessing task in natural language processing",
long_description=description,
url='https://github.com/berknology/text-preprocessing',
2 changes: 1 addition & 1 deletion text_preprocessing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.5'
__version__ = '0.0.6'

from .text_preprocessing import (to_lower, to_upper, remove_number, remove_itemized_bullet_and_numbering, remove_url,
remove_punctuation, remove_special_character, keep_alpha_numeric, remove_whitespace,

0 comments on commit d420bc0

Please sign in to comment.