Skip to content

Commit

Permalink
fix: bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gierschv committed Mar 8, 2024
1 parent 73192e7 commit 5635ca7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run: python -m build
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple
release-type: python
package-name: flat_api
bump-minor-pre-major: true
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

"""
Flat API 2.17.0
Flat API 2.20.0
OpenAPI spec version:
Contact: developers@flat.io
Expand All @@ -12,7 +12,7 @@
from setuptools import setup, find_packages

NAME = "flat_api"
VERSION = "1.0.0"
VERSION = "1.1.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 5635ca7

Please sign in to comment.