Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
Bump to v0.3.0
  • Loading branch information
dovahcrow committed May 20, 2021
1 parent aed3030 commit e42c8fa
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.15"
__version__ = "0.3.0"
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.3.0-alpha.1"
version = "0.3.0"
description = "Dataprep: Data Preparation in Python"
authors = ["SFU Database System Lab <dsl.cs.sfu@gmail.com>"]
maintainers = [
Expand Down

0 comments on commit e42c8fa

Please sign in to comment.