Skip to content

Commit 2e16b65

Browse files
committed
Increment the version number
1 parent 8eca88d commit 2e16b65

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dataprep/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

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

14-
__version__ = "0.4.4"
14+
__version__ = "0.4.6"

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ maintainers = [
88
"Brandon Lockhart <brandon_lockhart@sfu.ca>",
99
"Song Bian <biansonghz@gmail.com>",
1010
"Danrui Qi <qidanrui@gmail.com>",
11+
"Wenbin Li <freyalisfu@gmail.com>",
12+
"Alvin Lam <hfl6@sfu.ca>"
1113
]
1214
name = "dataprep"
13-
version = "0.4.5"
15+
version = "0.4.6"
1416

1517
license = "MIT"
1618

0 commit comments

Comments
 (0)