Skip to content

Commit

Permalink
fix(release): import version from flat_api
Browse files Browse the repository at this point in the history
  • Loading branch information
gierschv committed Mar 8, 2024
1 parent abe4b76 commit 4283976
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# coding: utf-8

"""
Flat API 2.20.0
OpenAPI spec version:
Contact: [email protected]
Flat API
"""


import sys
from setuptools import setup, find_packages
from flat_api import __version__

NAME = "flat_api"
VERSION = "1.1.0"
# To install the library, run the following
#
# python setup.py install
Expand All @@ -31,8 +27,8 @@
LONG_DESCRIPTION = open('README.md').read()

setup(
name=NAME,
version=VERSION,
name="flat_api",
version=__version__,
description="Flat API Client",
author="The Flat Team (https://flat.io)",
author_email="[email protected]",
Expand Down

0 comments on commit 4283976

Please sign in to comment.