Skip to content

Commit 758bc1f

Browse files
committed
Version number adapted
1 parent 59b7dd6 commit 758bc1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SignalTables.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SignalTables
22

33
const path = dirname(dirname(@__FILE__))
4-
const version = "0.3.6"
5-
const version_SignalTable_JSON = "0.3.6" # version tag to be stored in JSON files
4+
const version = "0.4.0"
5+
const version_SignalTable_JSON = "0.4.0" # version tag to be stored in JSON files
66

77
using OrderedCollections
88
using Unitful

0 commit comments

Comments
 (0)