From fbf92a79fc8538d6a4b0b4678869b6d784182dc1 Mon Sep 17 00:00:00 2001 From: Saleh Mir Date: Tue, 27 Aug 2024 17:44:09 +0330 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07466dc6e..00c220380 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages # also change in version.py -VERSION = '1.1.0' +VERSION = '1.1.1' DESCRIPTION = "A trading framework for cryptocurrencies" with open("requirements.txt", "r", encoding="utf-8") as f: REQUIRED_PACKAGES = f.read().splitlines()