Skip to content

Commit

Permalink
update readme, bump 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Oct 26, 2020
1 parent 2242f5d commit 68921c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ThermoState"
uuid = "e7b6519d-fdf7-4a33-b544-2b37a9c1234a"
authors = ["Andres Riedemann"]
version = "0.4.2"
version = "0.4.3"

[deps]
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ At this moment, the following properties are defined:
- `internal_energy` (`total_internal_energy`,`mol_internal_energy`,`mass_internal_energy`)
- `moles`
- `mass`
- `molar_mass` (molecular weight ponderated by material amounts)
- `options`
- `phase` (extracted from `:sat` or `:phase` keywords)
- `vapor_fraction` (`mol_vapor_fraction`,`mass_vapor_fraction`)



For defining property specifications, the package defines the `AbstractSpec` type and the `Spec` container. an individual specification can be defined by:

Expand Down

2 comments on commit 68921c2

@longemen3000
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/23692

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.3 -m "<description of version>" 68921c256ed4239ddc00a0935723f68096c05086
git push origin v0.4.3

Please sign in to comment.