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 a81fa28 commit 9ea3207Copy full SHA for 9ea3207
src/PythonClient/setup.py
@@ -5,7 +5,7 @@
5
import re
6
import fileinput
7
8
-package_version = "0.5.2"
+package_version = "0.5.3"
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.2.0"
-informal_version = "0.5.2.0"
-nuget_version = "0.5.2.0"
+version = "0.5.3.0"
+informal_version = "0.5.3.0"
+nuget_version = "0.5.3.0"
12
13
14
def updatecsproj(projfilepath):
0 commit comments