Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
Bump to v0.2.5
  • Loading branch information
dovahcrow committed May 5, 2020
1 parent bfd06b8 commit 9355cc2
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 @@ -10,4 +10,4 @@

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

__version__ = "0.2.4"
__version__ = "0.2.5"
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.4"
version = "0.2.5"
description = "Dataprep: Data Preparation in Python"
authors = ["SFU Database System Lab <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit 9355cc2

Please sign in to comment.