Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
update dependency, remove travis, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
laalaguer committed Oct 18, 2021
1 parent 8ce45c3 commit ea56fe8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clean-pyc:

release: clean
python3 setup.py sdist bdist_wheel
twine upload -r pypi dist/*
python3 -m twine upload -r pypi dist/*

sdist: clean
python3 setup.py sdist bdist_wheel
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
twine
pbkdf2
pycryptodome
scrypt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="web3-gear",
version="2.1.0",
version="2.1.1",
description="An adapter between thor-restful and eth-rpc.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ea56fe8

Please sign in to comment.