From 7a19c304fdf3e8f2c4c5cf8f3738790543606ada Mon Sep 17 00:00:00 2001 From: amkrajewski Date: Thu, 25 Jan 2024 14:50:45 -0500 Subject: [PATCH] - version bump --- nimplex.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimplex.nimble b/nimplex.nimble index 0c25900..81c7252 100644 --- a/nimplex.nimble +++ b/nimplex.nimble @@ -1,6 +1,6 @@ # Package -version = "0.4.2" +version = "0.4.3" author = "Adam M. Krajewski" description = "NIM simPLEX: A concise scientific Nim library (with CLI and Python binding) providing samplings, uniform grids, and traversal graphs in compositional (simplex) spaces." license = "MIT"