From 9f5d8f7671cbd9888bd25ef6377254a6a3c8a6ea Mon Sep 17 00:00:00 2001 From: Atiyah Date: Sat, 3 Dec 2022 07:37:25 +0000 Subject: [PATCH] forgot V0.1.3 --- lpm.jl | 2 +- mainMAHelpers.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lpm.jl b/lpm.jl index 70c6f2e..1953e23 100644 --- a/lpm.jl +++ b/lpm.jl @@ -3,7 +3,7 @@ include("libspath.jl") using SocioEconomicsX: SEVERSION using SocioEconomicsX: SEPATH, SESRCPATH -@assert SEVERSION == v"0.1.2" +@assert SEVERSION == v"0.1.3" using SocioEconomicsX.ParamTypes diff --git a/mainMAHelpers.jl b/mainMAHelpers.jl index dda6518..7c4541c 100644 --- a/mainMAHelpers.jl +++ b/mainMAHelpers.jl @@ -5,7 +5,7 @@ addToLoadPath!("../MultiAgents.jl") using SocioEconomics: SEVERSION, SEPATH, SESRCPATH -@assert SEVERSION == v"0.1.2" +@assert SEVERSION == v"0.1.3" using SocioEconomics.ParamTypes