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 5ed3461 commit 10c3ad6Copy full SHA for 10c3ad6
src/PythonClient/setup.py
@@ -5,7 +5,7 @@
5
import re
6
import fileinput
7
8
-package_version = "0.5.1.dev13"
+package_version = "0.5.1"
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.1.0"
-informal_version = "0.5.1.0-dev13"
-nuget_version = "0.5.1.0-dev13"
+informal_version = "0.5.1.0"
+nuget_version = "0.5.1.0"
12
13
14
def updatecsproj(projfilepath):
0 commit comments