We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb39896 commit 2948cddCopy full SHA for 2948cdd
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.9.1"
+version = "0.9.2"
5
6
[deps]
7
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
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.9.1"
13
-const Date = "2022-07-07"
+const Version = "0.9.2"
+const Date = "2022-07-12"
14
const modelsPath = joinpath(Modia.path, "models")
15
16
print(" \n\nWelcome to ")
0 commit comments