Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Update version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomgabriel committed Nov 30, 2021
1 parent a021d0f commit 12f38e2
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 @@ -8,14 +8,14 @@

setup(
name='ftx',
version='1.0.2',
description="Unofficial python3 FTX exchange API 1.0.2",
version='1.2.0',
description="Unofficial python3 FTX exchange API 1.2.0",
long_description=open(join(here, 'README.md')).read(),
license='MIT',
author='thomgabriel',
author_email='thomgabriel@protonmail.com',
url='https://github.com/quan-digital/ftx/tree/v1.1',
download_url='https://github.com/quan-digital/ftx/archive/v1.1.tar.gz',
url='https://github.com/quan-digital/ftx/tree/v1.2',
download_url='https://github.com/quan-digital/ftx/archive/v1.2.tar.gz',
install_requires=['requests', 'ciso8601'],
packages=find_packages(),
keywords=[
Expand Down

0 comments on commit 12f38e2

Please sign in to comment.