From 7bc5af3a7671173f70376c15d89b4c773da7c36a Mon Sep 17 00:00:00 2001 From: Datseris Date: Wed, 28 Feb 2024 12:16:48 +0000 Subject: [PATCH] respect package rename --- Project.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3e63242..cc6f1bc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ProcessBasedModelling" uuid = "ca969041-2cf3-4b10-bc21-86f4417093eb" authors = ["Datseris "] -version = "1.0.0" +version = "1.0.1" [deps] ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" diff --git a/README.md b/README.md index 5909454..add4439 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ In our experience, and as we also highlight explicitly in the online documentati ProcessBasedModelling.jl is particularly suited for developing a model about a physical/biological/whatever system and being able to try various physical "rules" (couplings, feedbacks, mechanisms, ...) for a given physical observable efficiently. This means switching arbitrarily between different processes that correspond to the same variable. -Hence, the target application of ProcessBasedModelling.jl is to be a framework to develop field-specific libraries that offer predefined processes without themselves relying on the existence of context-specific predefined components. An example usage is in [EnergyBalanceModels.jl](https://github.com/JuliaDynamics/EnergyBalanceModels.jl). +Hence, the target application of ProcessBasedModelling.jl is to be a framework to develop field-specific libraries that offer predefined processes without themselves relying on the existence of context-specific predefined components. An example usage is in [ConceptualClimateModels.jl](https://github.com/JuliaDynamics/ConceptualClimateModels.jl). Besides the informative errors, ProcessBasedModelling.jl also