Skip to content

Commit faa7fb0

Browse files
pyansys-ci-botPProfizi
authored andcommitted
update generated code (#2302)
Co-authored-by: PProfizi <[email protected]>
1 parent d34f704 commit faa7fb0

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
-132 KB
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, 7, "0.dev0"
3+
version_info = 0, 8, "0.dev0"
44

55
# Nice string for the version
66
__version__ = ".".join(map(str, version_info))
-4.27 KB
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.11.0dev0' # major.minor.patch
2+
__version__ = '0.12.0dev0' # major.minor.patch

0 commit comments

Comments
 (0)