Skip to content

Commit 02fdc67

Browse files
committed
fix: version number
1 parent ed18d92 commit 02fdc67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='blockfrost-python',
11-
version='0.5.3',
11+
version='0.6.0',
1212
description='The official Python SDK for Blockfrost API v0.1.37',
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
@@ -21,7 +21,7 @@
2121
keywords='blockfrost blockchain cardano ipfs',
2222
packages=find_packages(exclude=['tests', 'tests.*']),
2323
python_requires='>=3.7, <4',
24-
requires= [
24+
requires=[
2525
"importlib_metadata",
2626
],
2727
install_requires=[

0 commit comments

Comments
 (0)