Skip to content

Commit ccbe04c

Browse files
update generated code (#1895)
Co-authored-by: PProfizi <[email protected]>
1 parent e0bafe2 commit ccbe04c

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

src/ansys/dpf/gatebin/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Version for ansys-dpf-gatebin"""
22
# major, minor, patch
3-
version_info = 0, 6, "1.dev0"
3+
version_info = 0, 7, "0.dev0"
44

55
# Nice string for the version
66
__version__ = ".".join(map(str, version_info))
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

src/ansys/grpc/dpf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""ansys-grpc-dpf python protocol version"""
2-
__version__ = '0.10.0dev0' # major.minor.patch
2+
__version__ = '0.11.0dev0' # major.minor.patch

0 commit comments

Comments
 (0)