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 c3d0556 commit 68366d6Copy full SHA for 68366d6
Project.toml
@@ -1,7 +1,7 @@
1
name = "Modia"
2
uuid = "cb905087-75eb-5f27-8515-1ce0ec8e839e"
3
authors = ["Hilding Elmqvist <Hilding.Elmqvist@Mogram.net>", "Martin Otter <Martin.Otter@dlr.de>"]
4
-version = "0.7.0"
+version = "0.4.0"
5
6
[deps]
7
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
src/Modia.jl
@@ -10,7 +10,7 @@ module Modia
10
11
const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
12
13
-const Version = "0.7.0"
+const Version = "0.4.0"
14
const Date = "2021-04-25"
15
16
#println(" \n\nWelcome to Modia - Dynamic MODeling and Simulation in julIA")
0 commit comments