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

Commit e740dcf

Browse files
committed
chore: bump package version to v0.12.2
1 parent 04366c6 commit e740dcf

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
@@ -34,7 +34,7 @@
3434
)
3535

3636
__author__ = "Abien Fred Agarap"
37-
__version__ = "0.12.1"
37+
__version__ = "0.12.2"
3838

3939

4040
def list_datasets() -> str:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def _post_install():
4848

4949
setup(
5050
name="pt-datasets",
51-
version="0.12.1",
51+
version="0.12.2",
5252
packages=["pt_datasets"],
5353
url="https://github.com/AFAgarap/pt-datasets",
5454
license="AGPL-3.0 License",

0 commit comments

Comments
 (0)