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