Skip to content

Commit

Permalink
fix: version number
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed Jul 29, 2024
1 parent ed18d92 commit 02fdc67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='blockfrost-python',
version='0.5.3',
version='0.6.0',
description='The official Python SDK for Blockfrost API v0.1.37',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -21,7 +21,7 @@
keywords='blockfrost blockchain cardano ipfs',
packages=find_packages(exclude=['tests', 'tests.*']),
python_requires='>=3.7, <4',
requires= [
requires=[
"importlib_metadata",
],
install_requires=[
Expand Down

0 comments on commit 02fdc67

Please sign in to comment.