Skip to content

Commit 207207d

Browse files
committed
Minor version number changed to 0.3.0 because 0.2.4 not accepted by METADATA
1 parent 02fe200 commit 207207d

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 <[email protected]>"]
4-
version = "0.2.4"
4+
version = "0.3.0"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

src/Modia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For more information, see (https://github.com/ModiaSim/Modia.jl/blob/master/READ
4545
"""
4646
module Modia
4747

48-
const Version = "0.2.4"
48+
const Version = "0.3.0"
4949
const Date = "2019-04-07"
5050

5151

0 commit comments

Comments
 (0)