Skip to content

Commit c3b727b

Browse files
authored
Update version to 0.5.7 (#192)
1 parent b8f8e2b commit c3b727b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/PythonClient/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66
import fileinput
77

8-
package_version = "0.5.6.dev1"
8+
package_version = "0.5.7"
99

1010
with open("README.md", "r") as fh:
1111
long_description = fh.read()

src/builds/csharp/nuget/build_nugets.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
import fileinput
77
from typing import List
88

9-
version = "0.5.6.0"
10-
informal_version = "0.5.6.0-dev1"
11-
nuget_version = "0.5.6.0-dev1"
9+
version = "0.5.7.0"
10+
informal_version = "0.5.7.0"
11+
nuget_version = "0.5.7.0"
1212

1313

1414
def updatecsproj(projfilepath):

0 commit comments

Comments
 (0)