We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4283976 commit bfde710Copy full SHA for bfde710
1 file changed
setup.py
@@ -7,7 +7,6 @@
7
8
import sys
9
from setuptools import setup, find_packages
10
-from flat_api import __version__
11
12
# To install the library, run the following
13
#
@@ -28,7 +27,7 @@
28
27
29
setup(
30
name="flat_api",
31
- version=__version__,
+ version="1.1.2",
32
description="Flat API Client",
33
author="The Flat Team (https://flat.io)",
34
author_email="developers@flat.io",
0 commit comments