Skip to content

Commit 5635ca7

Browse files
committed
fix: bump version to 1.1.0
1 parent 73192e7 commit 5635ca7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/python-push.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
run: python -m build
2828
- uses: google-github-actions/release-please-action@v4
2929
with:
30-
release-type: simple
30+
release-type: python
31+
package-name: flat_api
32+
bump-minor-pre-major: true
3133
- name: Publish package
3234
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3335
with:

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
Flat API 2.17.0
4+
Flat API 2.20.0
55
66
OpenAPI spec version:
77
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages
1313

1414
NAME = "flat_api"
15-
VERSION = "1.0.0"
15+
VERSION = "1.1.0"
1616
# To install the library, run the following
1717
#
1818
# python setup.py install

0 commit comments

Comments
 (0)