Skip to content

Commit 41588fc

Browse files
authored
build: bump version (#322)
1 parent 062e758 commit 41588fc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "HarmonicBalance"
22
uuid = "e13b9ff6-59c3-11ec-14b1-f3d2cc6c135e"
33
authors = ["Jan Kosata <[email protected]>", "Javier del Pino <[email protected]>", "Orjan Ameye <[email protected]>"]
4-
version = "0.12.0"
4+
version = "0.12.1"
55

66
[deps]
77
BijectiveHilbert = "91e7fc40-53cd-4118-bd19-d7fcd1de2a54"

src/HarmonicBalance.jl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ using .FFTWExt
9090

9191
using PrecompileTools: @setup_workload, @compile_workload
9292

93-
# @setup_workload begin
94-
# # Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
95-
# # precompile file and potentially make loading faster.
96-
# @compile_workload begin
97-
# # all calls in this block will be precompiled, regardless of whether
98-
# # they belong to your package or not (on Julia 1.8 and higher)
99-
# include("precompilation.jl")
100-
# end
101-
# end
93+
@setup_workload begin
94+
# Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
95+
# precompile file and potentially make loading faster.
96+
@compile_workload begin
97+
# all calls in this block will be precompiled, regardless of whether
98+
# they belong to your package or not (on Julia 1.8 and higher)
99+
include("precompilation.jl")
100+
end
101+
end
102102

103103
end # module

0 commit comments

Comments
 (0)