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

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nardew committed Jan 9, 2020
1 parent 2fde182 commit cc71df2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp==3.5.4
websockets==8.0.2
pytz==2019.2
aiohttp==3.6.2
websockets==8.1
pytz==2019.3
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="bitpanda-aio",
version="0.1.1",
version="1.0.0",
author="nardew",
author_email="[email protected]",
description="Bitpanda Global Exchange API asynchronous python client",
Expand All @@ -27,9 +27,9 @@
"Typing :: Typed",
],
install_requires=[
'aiohttp==3.5.4',
'websockets==8.0.2',
'pytz==2019.2'
'aiohttp==3.6.2',
'websockets==8.1',
'pytz==2019.3'
],
python_requires='>=3.6',
)

0 comments on commit cc71df2

Please sign in to comment.