bump version

This commit is contained in:
Saleh Mir
2022-02-05 17:11:51 +01:00
parent 8a3d1744da
commit 2e3b74b497
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = '0.32.2'
__version__ = '0.32.3'

View File

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