We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3c1f8a + 27b3c0c commit c6a85d3Copy full SHA for c6a85d3
aiblock/__init__.py
@@ -23,7 +23,7 @@
23
construct_address
24
)
25
26
-__version__ = "0.2.5"
+__version__ = "0.2.8"
27
28
__all__ = [
29
'BlockchainClient',
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "aiblock"
7
-version = "0.2.7"
+version = "0.2.8"
8
description = "Python SDK for interacting with the AIBlock blockchain"
9
readme = "README.md"
10
license = { file = "LICENSE" }
0 commit comments