-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CompositeFiles: convert rst always into a list. (#347) * improve descriptions * Pump version to 0.3.1
- Loading branch information
Showing
6 changed files
with
46 additions
and
14 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ build-backend = "poetry.core.masonry.api" | |
[tool.poetry] | ||
# Check https://python-poetry.org/docs/pyproject/ for all available sections | ||
name = "ansys-dpf-composites" | ||
version = "0.3.0" | ||
description = "A python wrapper for ansys dpf composites" | ||
version = "0.3.1" | ||
description = "Post-processing of composite structures based on Ansys DPF" | ||
license = "MIT" | ||
authors = ["ANSYS, Inc. <[email protected]>"] | ||
maintainers = ["PyAnsys developers <[email protected]>"] | ||
|
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
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
|
||
def test_pkg_version(): | ||
assert __version__ == "0.3.0" | ||
assert __version__ == "0.3.1" |