bump version

This commit is contained in:
Saleh Mir
2022-02-07 11:43:47 +01:00
parent accbec8d2b
commit 443c2c58fb
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = '0.32.5'
__version__ = '0.32.6'

View File

@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
# also change in version.py
VERSION = '0.32.5'
VERSION = '0.32.6'
DESCRIPTION = "A trading framework for cryptocurrencies"
REQUIRED_PACKAGES = [