Skip to content

Commit

Permalink
Bump versin to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhouyang committed Nov 21, 2021
1 parent ba482b5 commit 8c74253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="smile-datasets",
version="0.0.2",
version="0.0.3",
description="La**S**t **mile** datasets: Use `tf.data` to solve the last mile data loading problem for tensorflow.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion smile_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
from smile_datasets.token_classification.tokenizers import BertCharLevelTokenizer, LabelTokenizerForTokenClassification

__name__ = "smile_datasets"
__version__ = "0.0.2"
__version__ = "0.0.3"

logging.basicConfig(format="%(asctime)s %(levelname)7s %(filename)20s %(lineno)4d] %(message)s", level=logging.INFO)

0 comments on commit 8c74253

Please sign in to comment.