diff --git a/requirements.txt b/requirements.txt index 1971eac..5693172 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ wheel twine requests -thor-devkit==1.0.13 +thor-devkit==1.0.14 pytest pytest-cov \ No newline at end of file diff --git a/setup.py b/setup.py index 4bcaa09..8db49a8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="thor-requests", - version="1.2.4", + version="1.2.5", author="laalaguer", author_email="laalaguer@gmail.com", description="Simple network VeChain SDK for human to interact with the blockchain",