We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73192e7 commit 5635ca7Copy full SHA for 5635ca7
.github/workflows/python-push.yml
@@ -27,7 +27,9 @@ jobs:
27
run: python -m build
28
- uses: google-github-actions/release-please-action@v4
29
with:
30
- release-type: simple
+ release-type: python
31
+ package-name: flat_api
32
+ bump-minor-pre-major: true
33
- name: Publish package
34
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
35
setup.py
@@ -1,7 +1,7 @@
1
# coding: utf-8
2
3
"""
4
- Flat API 2.17.0
+ Flat API 2.20.0
5
6
OpenAPI spec version:
7
Contact: developers@flat.io
@@ -12,7 +12,7 @@
12
from setuptools import setup, find_packages
13
14
NAME = "flat_api"
15
-VERSION = "1.0.0"
+VERSION = "1.1.0"
16
# To install the library, run the following
17
#
18
# python setup.py install
0 commit comments