Skip to content

Commit 42a8951

Browse files
committed
Bump version
1 parent 823c308 commit 42a8951

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PyThermo"
22
uuid = "6fae04a5-42e9-4d0c-90a8-26d1a9434b6b"
33
authors = ["Alex Ames <alexander.m.ames@gmail.com> and contributors"]
4-
version = "0.2.2"
4+
version = "0.2.3"
55

66
[deps]
77
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"

src/PyThermo.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,5 @@ include("ShockTube.jl")
202202
# if ccall(:jl_generating_output, Cint, ()) == 1
203203
# __init__()
204204
# ShockTube.shockcalc(Species("N2"), Mixture(["N2" => 0.78, "O2" => 0.21, "Ar" => 0.01]), 1.8)
205-
# precompile(display, (mime"
206205
# end
207206
end # module

0 commit comments

Comments
 (0)