Skip to content

Commit

Permalink
set version v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Dec 8, 2024
1 parent b43e506 commit a75bf4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StippleMakie"
uuid = "ca87011c-5f75-4091-8e42-d20fc4be912c"
authors = ["Helmut Hänsel <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"
Expand Down
5 changes: 0 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ configure_makie_server!(listen_port = rand(8081:8999))

@onchange isready begin
init_makiefigures(__model__)
# Wait until plots are ready to be written to
# sleep(0.3)
# Makie.scatter(fig1.fig[1, 1], (0:4).^3)
# Makie.heatmap(fig2.fig[1, 1], rand(5, 5))
# Makie.scatter(fig2.fig[1, 2], (0:4).^3)
end
end

Expand Down

0 comments on commit a75bf4b

Please sign in to comment.