Skip to content

Commit cb7ff6c

Browse files
authored
Merge pull request #38 from FusionAuth/wied03/157_bump
Merge wied03/157_bump
2 parents c52c09a + 22c17c1 commit cb7ff6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.56.0", licenses: ["ApacheV2_0"]) {
17+
project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.57.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.56.0",
8+
version="1.57.0",
99
author="FusionAuth",
1010
author_email="[email protected]",
1111
description="A client library for FusionAuth",

0 commit comments

Comments
 (0)