Skip to content

Commit

Permalink
0.5.2 release (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-quix authored Apr 14, 2023
1 parent 21587e3 commit f992fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/PythonClient/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re
import fileinput

package_version = "0.5.2.dev8"
package_version = "0.5.2"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down
4 changes: 2 additions & 2 deletions src/builds/csharp/nuget/build_nugets.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from typing import List

version = "0.5.2.0"
informal_version = "0.5.2.0-dev8"
nuget_version = "0.5.2.0-dev8"
informal_version = "0.5.2.0"
nuget_version = "0.5.2.0"


def updatecsproj(projfilepath):
Expand Down

0 comments on commit f992fa1

Please sign in to comment.