Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stillyslalom committed Mar 8, 2023
1 parent 823c308 commit 42a8951
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PyThermo"
uuid = "6fae04a5-42e9-4d0c-90a8-26d1a9434b6b"
authors = ["Alex Ames <[email protected]> and contributors"]
version = "0.2.2"
version = "0.2.3"

[deps]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
Expand Down
1 change: 0 additions & 1 deletion src/PyThermo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,5 @@ include("ShockTube.jl")
# if ccall(:jl_generating_output, Cint, ()) == 1
# __init__()
# ShockTube.shockcalc(Species("N2"), Mixture(["N2" => 0.78, "O2" => 0.21, "Ar" => 0.01]), 1.8)
# precompile(display, (mime"
# end
end # module

2 comments on commit 42a8951

@stillyslalom
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/79218

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.2.3 -m "<description of version>" 42a895167ec2b06e9b49b4e2fe15f8ca234b4bc5
git push origin v0.2.3

Please sign in to comment.