Skip to content

Commit bfde710

Browse files
committed
fix(gh): try fixing version bump by please-release
1 parent 4283976 commit bfde710

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import sys
99
from setuptools import setup, find_packages
10-
from flat_api import __version__
1110

1211
# To install the library, run the following
1312
#
@@ -28,7 +27,7 @@
2827

2928
setup(
3029
name="flat_api",
31-
version=__version__,
30+
version="1.1.2",
3231
description="Flat API Client",
3332
author="The Flat Team (https://flat.io)",
3433
author_email="[email protected]",

0 commit comments

Comments
 (0)