Skip to content

Commit

Permalink
fix(gh): try fixing version bump by please-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gierschv committed Mar 8, 2024
1 parent 4283976 commit bfde710
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

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

# To install the library, run the following
#
Expand All @@ -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",
Expand Down

0 comments on commit bfde710

Please sign in to comment.