diff --git a/Project.toml b/Project.toml index 80200e5..d7c9f91 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SignalTables" uuid = "3201582d-3078-4276-ba5d-0a1254d79d7c" authors = ["Martin.Otter@dlr.de "] -version = "0.3.0-dev" +version = "0.3.0" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" diff --git a/docs/src/index.md b/docs/src/index.md index f98d5e7..6f6e6a3 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -187,7 +187,7 @@ are different to the Python 2.x version. - Slightly non-backwards compatiable to 0.2.0. - Various new functions (e.g. storing a signal table in JSON format on file). -- DataFrames.jl, Tables.jl are treated as signal tables. +- DataFrames.jl, Tables.jl are supported as signal tables. - Plotting/flattening: Support of Measurements.jl and MonteCarloMeasurements.jl - Docu improved. - Bug with PlotPackage "SilentNoPlot" fixed.