Skip to content

Commit 74ffcb2

Browse files
committed
chore: bump version
1 parent cc4d2e3 commit 74ffcb2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

pactus/types/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .amount import Amount
2+
3+
__all__ = ["Amount"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="pactus-sdk",
7-
version="1.2.4",
7+
version="1.3.0",
88
author="Pactus Development Team",
99
author_email="info@pactus.org",
1010
description="Pactus Development Kit",

0 commit comments

Comments
 (0)