-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct for usage with map_flag implemented in 2021R1 (#18)
- Loading branch information
1 parent
2db7c00
commit 9255e79
Showing
5 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
"""Version of ansys-mapdl-reader module.""" | ||
"""Version of ansys-mapdl-reader module. | ||
On the ``master`` branch, use 'dev0' to denote a development version. | ||
For example: | ||
version_info = 0, 58, 'dev0' | ||
""" | ||
|
||
# major, minor, patch | ||
version_info = 0, 50, 6 | ||
version_info = 0, 50, 'dev0' | ||
|
||
# Nice string for the version | ||
__version__ = '.'.join(map(str, version_info)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.