Skip to content

Commit

Permalink
v0.2.15
Browse files Browse the repository at this point in the history
Bump to v0.2.15
  • Loading branch information
dovahcrow committed Jan 6, 2021
1 parent bf0fa3b commit 3e2ea20
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.14"
__version__ = "0.2.15"
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.14"
version = "0.2.15"
description = "Dataprep: Data Preparation in Python"
authors = ["SFU Database System Lab <dsl.cs.sfu@gmail.com>"]
maintainers = [
Expand Down

0 comments on commit 3e2ea20

Please sign in to comment.