Skip to content

Commit f992fa1

Browse files
authored
0.5.2 release (#97)
1 parent 21587e3 commit f992fa1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2.dev8"
8+
package_version = "0.5.2"
99

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

src/builds/csharp/nuget/build_nugets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from typing import List
88

99
version = "0.5.2.0"
10-
informal_version = "0.5.2.0-dev8"
11-
nuget_version = "0.5.2.0-dev8"
10+
informal_version = "0.5.2.0"
11+
nuget_version = "0.5.2.0"
1212

1313

1414
def updatecsproj(projfilepath):

0 commit comments

Comments
 (0)