Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
Bump to v0.2.1
  • Loading branch information
dovahcrow committed Mar 20, 2020
1 parent b7b83ac commit 9be620d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataprep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

logging.basicConfig(level=logging.INFO, format="%(message)s")

__version__ = "0.2.0"
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataprep"
version = "0.2.0"
version = "0.2.1"
description = "Dataprep: Data Preparation in Python"
authors = [
"Jiannan Wang <[email protected]>",
Expand Down

0 comments on commit 9be620d

Please sign in to comment.