From e39ed1c491c6c1a10c5ebe1d7ba631fc4dbe6705 Mon Sep 17 00:00:00 2001 From: Robert Kowalski Date: Fri, 12 Feb 2021 10:19:15 +0100 Subject: [PATCH] prepare 1.1.10 --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70e230b..557cc52 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from os import path here = path.abspath(path.dirname(__file__)) setup( name='bitfinex-api-py', - version='1.1.8', + version='1.1.10', description='Official Bitfinex Python API', long_description='A Python reference implementation of the Bitfinex API for both REST and websocket interaction', long_description_content_type='text/markdown', @@ -39,6 +39,8 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ], keywords='bitfinex,api,trading', packages=find_packages(exclude=['examples', 'tests', 'docs']),