We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed18d92 commit 02fdc67Copy full SHA for 02fdc67
1 file changed
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='blockfrost-python',
11
- version='0.5.3',
+ version='0.6.0',
12
description='The official Python SDK for Blockfrost API v0.1.37',
13
long_description=long_description,
14
long_description_content_type='text/markdown',
@@ -21,7 +21,7 @@
21
keywords='blockfrost blockchain cardano ipfs',
22
packages=find_packages(exclude=['tests', 'tests.*']),
23
python_requires='>=3.7, <4',
24
- requires= [
+ requires=[
25
"importlib_metadata",
26
],
27
install_requires=[
0 commit comments