Skip to content

Commit 7f29fe6

Browse files
update: version 0.25.2
1 parent c68f343 commit 7f29fe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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 = "NeuroAnalyzer"
22
uuid = "b40dcafa-b65c-47ad-a230-3174ba5cadd1"
33
authors = ["Adam Wysokiński <adam.wysokinski@neuroanalyzer.org>"]
4-
version = "0.25.4-dev"
4+
version = "0.25.4"
55

66
[deps]
77
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

src/NeuroAnalyzer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module NeuroAnalyzer
99

1010
# set constants
1111

12-
const VER = v"0.25.4-dev"
12+
const VER = v"0.25.4"
1313
const allow_wip = occursin("dev", string(VER)) # false for the stable branch, true for the devel branch
1414
const io = PipeBuffer() # required for interactive preview
1515
const data_types = ["eeg",

0 commit comments

Comments
 (0)