Skip to content

Commit 68366d6

Browse files
committed
Version number changed to 0.4.0
1 parent c3d0556 commit 68366d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Modia"
22
uuid = "cb905087-75eb-5f27-8515-1ce0ec8e839e"
33
authors = ["Hilding Elmqvist <Hilding.Elmqvist@Mogram.net>", "Martin Otter <Martin.Otter@dlr.de>"]
4-
version = "0.7.0"
4+
version = "0.4.0"
55

66
[deps]
77
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"

src/Modia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Modia
1010

1111
const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
1212

13-
const Version = "0.7.0"
13+
const Version = "0.4.0"
1414
const Date = "2021-04-25"
1515

1616
#println(" \n\nWelcome to Modia - Dynamic MODeling and Simulation in julIA")

0 commit comments

Comments
 (0)