Skip to content

Commit

Permalink
update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
rlagha authored Nov 14, 2024
1 parent e0bafe2 commit 07b8e7d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file modified src/ansys/dpf/gatebin/Ans.Dpf.GrpcClient.dll
Binary file not shown.
Binary file modified src/ansys/dpf/gatebin/DPFClientAPI.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ansys/dpf/gatebin/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Version for ansys-dpf-gatebin"""
# major, minor, patch
version_info = 0, 6, "1.dev0"
version_info = 0, 7, "0.dev0"

# Nice string for the version
__version__ = ".".join(map(str, version_info))
Binary file modified src/ansys/dpf/gatebin/libAns.Dpf.GrpcClient.so
Binary file not shown.
Binary file modified src/ansys/dpf/gatebin/libDPFClientAPI.so
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ansys/grpc/dpf/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""ansys-grpc-dpf python protocol version"""
__version__ = '0.10.0dev0' # major.minor.patch
__version__ = '0.11.0dev0' # major.minor.patch

0 comments on commit 07b8e7d

Please sign in to comment.