From bfde710d5a9dbaa900247af8478acf43645b5b84 Mon Sep 17 00:00:00 2001 From: Vincent Giersch Date: Fri, 8 Mar 2024 11:32:39 +0100 Subject: [PATCH] fix(gh): try fixing version bump by please-release --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 573f836..e3b5cf2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,6 @@ import sys from setuptools import setup, find_packages -from flat_api import __version__ # To install the library, run the following # @@ -28,7 +27,7 @@ setup( name="flat_api", - version=__version__, + version="1.1.2", description="Flat API Client", author="The Flat Team (https://flat.io)", author_email="developers@flat.io",