From 42a895167ec2b06e9b49b4e2fe15f8ca234b4bc5 Mon Sep 17 00:00:00 2001 From: stillyslalom Date: Wed, 8 Mar 2023 17:32:48 -0600 Subject: [PATCH] Bump version --- Project.toml | 2 +- src/PyThermo.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6c391d9..b63b44a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PyThermo" uuid = "6fae04a5-42e9-4d0c-90a8-26d1a9434b6b" authors = ["Alex Ames and contributors"] -version = "0.2.2" +version = "0.2.3" [deps] CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab" diff --git a/src/PyThermo.jl b/src/PyThermo.jl index 2102b24..fd60c46 100644 --- a/src/PyThermo.jl +++ b/src/PyThermo.jl @@ -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