Skip to content

Commit 87890e7

Browse files
committed
Adding version 0.2 to [compat] Reexport = "1.0, 0.2"
1 parent 731b904 commit 87890e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
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 <[email protected]>", "Martin Otter <[email protected]>"]
4-
version = "0.4.0"
4+
version = "0.4.1-dev"
55

66
[deps]
77
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
@@ -13,6 +13,6 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
1313
[compat]
1414
DifferentialEquations = "6.16"
1515
ModiaLang = "0.7.2"
16-
Reexport = "1.0"
16+
Reexport = "1.0, 0.2"
1717
Unitful = "1.6, 1.5, 1.4, 1.3"
1818
julia = "1.6, 1.5"

src/Modia.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ module Modia
1010

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

13-
const Version = "0.4.0"
14-
const Date = "2021-04-25"
13+
const Version = "0.4.1-dev"
14+
const Date = "2021-04-30"
1515

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

0 commit comments

Comments
 (0)