Skip to content

Commit

Permalink
feat: 更新至 1.1.2 版本 详情参看 Release 说明
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ue1nWh1te committed Mar 26, 2023
1 parent 12197d8 commit 2924aeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Poseidon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__title__ = 'poseidon-python'
__author__ = 'B1ue1nWh1te'
__version__ = '1.1.1'
__version__ = '1.1.2'
__license__ = 'GPL-3.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def long_description():

setup(
name="poseidon-python",
version="1.1.1",
version="1.1.2",
author="B1ue1nWh1te",
author_email="[email protected]",
description="海神波塞冬工具对常用的链上交互操作进行了封装,使得开发者能够便捷地与任何以太坊同构链交互,主要用于在CTF比赛中攻克Blockchain方向的题目。",
Expand All @@ -20,6 +20,6 @@ def long_description():
license="GPL-3.0",
packages=["Poseidon"],
python_requires='>=3.7',
install_requires=["web3", "py-solc-x", "pyevmasm", "loguru", "pycryptodome", "gmpy2", "pwntools"],
install_requires=["web3==5.31.3", "py-solc-x", "pyevmasm", "loguru", "pycryptodome", "gmpy2", "pwntools"],
zip_safe=False
)

0 comments on commit 2924aeb

Please sign in to comment.