Skip to content

Commit 10c3ad6

Browse files
authored
Up to 0.5.1.0 release version (#85)
1 parent 5ed3461 commit 10c3ad6

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.1.dev13"
8+
package_version = "0.5.1"
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.1.0"
10-
informal_version = "0.5.1.0-dev13"
11-
nuget_version = "0.5.1.0-dev13"
10+
informal_version = "0.5.1.0"
11+
nuget_version = "0.5.1.0"
1212

1313

1414
def updatecsproj(projfilepath):

0 commit comments

Comments
 (0)