Skip to content

Commit 21bd09c

Browse files
authored
Merge pull request #15 from SciML/pl-bugfix_sbml.jl_relops
bugfix relops via up sbml
2 parents 7bf0b94 + 58bafd1 commit 21bd09c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SBMLToolkit"
22
uuid = "86080e66-c8ac-44c2-a1a0-9adaadfe4a4e"
33
authors = ["paulflang", "anandijain"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83"
@@ -14,7 +14,7 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
1414
Catalyst = "6"
1515
MathML = "0.1.7"
1616
ModelingToolkit = "5"
17-
SBML = "0.5.6"
17+
SBML = "0.6"
1818
SymbolicUtils = "0.1 - 0.13"
1919
julia = "1.6"
2020

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SBMLToolkit.jl is available on the Julia package managing system. To install SBM
1717
```
1818

1919
## Tutorial
20-
SBML models can be simulated with the following steps:
20+
SBML models can be simulated with the following steps (note that `sol` is in absolute quantities rather than concentrations):
2121
```julia
2222
using SBMLToolkit, ModelingToolkit
2323

0 commit comments

Comments
 (0)