Skip to content

Commit

Permalink
Merge pull request #40 from XRPL-Labs/v1.0.3
Browse files Browse the repository at this point in the history
v1.0.3
  • Loading branch information
N3TC4T authored Jan 24, 2023
2 parents 1fc493e + c911b59 commit d0dc2ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from codecs import open

NAME = "xumm-sdk-py"
VERSION = "1.0.2"
VERSION = "1.0.3"

# Get the long description from the README.md file
base_dir = os.path.abspath(os.path.dirname(__file__))
Expand All @@ -24,10 +24,10 @@
packages=find_packages(include=('xumm*',)),
include_package_data=True,
install_requires=[
"requests==2.27.1",
"websocket-client==1.2.3",
"requests>=2.26.0,<=2.28.2",
"websocket-client>=1.2.3,<=1.4.2",
"six==1.16.0",
"python-dotenv==0.19.2"
"python-dotenv>=0.19.2,<=0.21.1"
],
extras_require={
'develop': [
Expand Down

0 comments on commit d0dc2ef

Please sign in to comment.