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 b8f8e2b commit c3b727bCopy full SHA for c3b727b
src/PythonClient/setup.py
@@ -5,7 +5,7 @@
5
import re
6
import fileinput
7
8
-package_version = "0.5.6.dev1"
+package_version = "0.5.7"
9
10
with open("README.md", "r") as fh:
11
long_description = fh.read()
src/builds/csharp/nuget/build_nugets.py
@@ -6,9 +6,9 @@
from typing import List
-version = "0.5.6.0"
-informal_version = "0.5.6.0-dev1"
-nuget_version = "0.5.6.0-dev1"
+version = "0.5.7.0"
+informal_version = "0.5.7.0"
+nuget_version = "0.5.7.0"
12
13
14
def updatecsproj(projfilepath):
0 commit comments