Skip to content
This repository was archived by the owner on May 6, 2023. It is now read-only.

Commit 35bced7

Browse files
committed
chore: bump package version to v0.14.5
1 parent 5c95257 commit 35bced7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pt_datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
)
3737

3838
__author__ = "Abien Fred Agarap"
39-
__version__ = "0.14.4"
39+
__version__ = "0.14.5"
4040

4141

4242
def list_datasets() -> str:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _download_yelp():
6464

6565
setup(
6666
name="pt-datasets",
67-
version="0.14.4",
67+
version="0.14.5",
6868
packages=["pt_datasets"],
6969
url="https://github.com/AFAgarap/pt-datasets",
7070
license="AGPL-3.0 License",

0 commit comments

Comments
 (0)