Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/ansys/dpf/core/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Version for ansys-dpf-core"""
# major, minor, patch
version_info = 0, 8, 2, "dev0"
version_info = 0, 9, 1, "dev0"

# Nice string for the version
__version__ = ".".join(map(str, version_info))
Expand All @@ -14,6 +14,7 @@
"5.0": ">=0.6.0",
"6.0": ">=0.7.0",
"7.0": ">=0.8dev",
"7.1": ">=0.8.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anslpa I thought this was not necessary anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PProfizi internal CI/CD mechanism failed when I run it bumping the server version. Let me double check.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, the fix was not that one.

}

server_to_ansys_version = {
Expand Down