Skip to content

Commit c780357

Browse files
authored
Bump version to 0.5.4 (#136)
1 parent 8fe091a commit c780357

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.4.dev8"
8+
package_version = "0.5.4"
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.4.0"
10-
informal_version = "0.5.4.0-dev8"
11-
nuget_version = "0.5.4.0-dev8"
10+
informal_version = "0.5.4.0"
11+
nuget_version = "0.5.4.0"
1212

1313

1414
def updatecsproj(projfilepath):

0 commit comments

Comments
 (0)