We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c3992 commit 39e4315Copy full SHA for 39e4315
2 files changed
Project.toml
@@ -1,7 +1,7 @@
1
authors = ["Hilding Elmqvist <Hilding.Elmqvist@Mogram.net>", "Martin Otter <Martin.Otter@dlr.de>"]
2
name = "Modia"
3
uuid = "cb905087-75eb-5f27-8515-1ce0ec8e839e"
4
-version = "0.12.2"
+version = "0.12.3"
5
6
[deps]
7
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
src/Modia.jl
@@ -9,8 +9,8 @@ Main module of Modia.
9
module Modia
10
11
const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
12
-const Version = "0.12.2"
13
-const Date = "2026-02-13"
+const Version = "0.12.3"
+const Date = "2026-02-16"
14
const modelsPath = joinpath(Modia.path, "models")
15
16
print(" \n\nWelcome to ")
0 commit comments