Skip to content

Commit e4737e8

Browse files
Merge pull request #14 from blockfrost/update-for-api-v0.1.36
Update for api v0.1.36
2 parents 74a2124 + aa4bfec commit e4737e8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
setup(
1010
name='blockfrost-python',
11-
version='0.4.1',
12-
description='The official Python SDK for Blockfrost API v0.1.35',
11+
version='0.4.2',
12+
description='The official Python SDK for Blockfrost API v0.1.36',
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
1515
url='https://github.com/blockfrost/blockfrost-python',

tests/test_cardano_pools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def test_pool(requests_mock):
110110
"hex": "0f292fcaa02b8b2f9b3c8f9fd8e0bb21abedb692a6d5058df3ef2735",
111111
"vrf_key": "0b5245f9934ec2151116fb8ec00f35fd00e0aa3b075c4ed12cce440f999d8233",
112112
"blocks_minted": 69,
113+
"blocks_epoch": 4,
113114
"live_stake": "6900000000",
114115
"live_size": 0.42,
115116
"live_saturation": 0.93,

0 commit comments

Comments
 (0)