Skip to content

Commit

Permalink
update version to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code committed Oct 9, 2023
1 parent 6de518c commit 804b632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"ecdsa>=0.18.0",
"hdwallets>=0.1.2",
"mnemonic>=0.20",
"eth_hash>=0.5.2"
"coincurve>=18.0.0"
"eth_hash>=0.5.2",
"coincurve>=18.0.0",
]

with open("README.md", "r", encoding="UTF-8") as fh:
long_description = fh.read()

setup(
name="fx-py-sdk",
version="0.6.3",
version="0.6.4",
platforms='any',
description="Python library for FunctionX",
long_description=long_description,
Expand Down

0 comments on commit 804b632

Please sign in to comment.