Skip to content

Commit 2527e5c

Browse files
committed
version to 0.3.3
1 parent 8a5e698 commit 2527e5c

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 = "DiscreteEvents"
22
uuid = "127e53a7-d08a-4bd9-afb0-daf0d2b65a85"
33
authors = ["Paul Bayer <Paul.Bayer@gleichsam.de>"]
4-
version = "0.3.2"
4+
version = "0.3.3"
55

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

src/DiscreteEvents.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pkg> add("https://github.com/pbayer/DiscreteEvents.jl")
2525
module DiscreteEvents
2626

2727
"Gives the package version."
28-
const version = v"0.3.2"
28+
const version = v"0.3.3"
2929

3030
using Unitful, Random, DataStructures, Logging, .Threads, Distributions
3131
import Unitful: FreeUnits, Time

0 commit comments

Comments
 (0)