From e1e8eb57535dea28cf1b8d99bafb6f588fed4c29 Mon Sep 17 00:00:00 2001 From: itsdeka Date: Thu, 12 Aug 2021 16:33:04 +0200 Subject: [PATCH] semver adjustment --- CHANGELOG | 2 +- bfxapi/version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1c47b15..6949d64 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -1.1.17 +1.2.1 -) Added orderbook implementation example (ws) 1.1.16 diff --git a/bfxapi/version.py b/bfxapi/version.py index 374b348..f00d03f 100644 --- a/bfxapi/version.py +++ b/bfxapi/version.py @@ -2,4 +2,4 @@ This module contains the current version of the bfxapi lib """ -__version__ = '1.1.17' +__version__ = '1.2.1' diff --git a/setup.py b/setup.py index d0c6278..b008d75 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.17', + version='1.2.1', 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',