Skip to content

Commit 8e5194b

Browse files
committed
bump version in setup.py to 1.54.0
1 parent 8d8d186 commit 8e5194b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.savant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* language governing permissions and limitations under the License.
1515
*/
1616

17-
project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.53.2", licenses: ["ApacheV2_0"]) {
17+
project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.54.0", licenses: ["ApacheV2_0"]) {
1818
workflow {
1919
fetch {
2020
cache()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="fusionauth-client",
8-
version="1.53.2",
8+
version="1.54.0",
99
author="FusionAuth",
1010
author_email="dev@fusionauth.io",
1111
description="A client library for FusionAuth",

0 commit comments

Comments
 (0)