Skip to content

Commit c6a85d3

Browse files
authored
Merge pull request #5 from AIBlockOfficial/ci/publish-pypi
chore: bump version to 0.2.8 for CI publish
2 parents c3c1f8a + 27b3c0c commit c6a85d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiblock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
construct_address
2424
)
2525

26-
__version__ = "0.2.5"
26+
__version__ = "0.2.8"
2727

2828
__all__ = [
2929
'BlockchainClient',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "aiblock"
7-
version = "0.2.7"
7+
version = "0.2.8"
88
description = "Python SDK for interacting with the AIBlock blockchain"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)