Skip to content

Commit a02274f

Browse files
authored
build: Bump version to 0.19.2 (#2390)
Bump version to 0.19.2
1 parent 987f400 commit a02274f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/fluent/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
# major, minor, patch
9-
version_info = 0, 19, 1
9+
version_info = 0, 19, 2
1010

1111
# Nice string for the version
1212
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)