Skip to content

Commit

Permalink
update version to v0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code committed Oct 12, 2023
1 parent f60ba71 commit 9283700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pyasn1==0.5.0
pyasn1-modules==0.3.0
pycodestyle==2.11.0
pycparser==2.21
pycryptodome==3.19.0
pyflakes==3.1.0
pyparsing==3.1.1
pytest==7.4.2
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@
"mnemonic>=0.20",
"eth-utils>=2.2.2",
"coincurve>=18.0.0",
"pycryptodome>=3.19.0"
]

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

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

0 comments on commit 9283700

Please sign in to comment.