bump version

This commit is contained in:
Saleh Mir
2022-02-16 04:18:43 +01:00
parent 8da9b0818e
commit 18da8c87b7
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = '0.32.12'
__version__ = '0.33.0'

View File

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