From 619ef6211b05208205b41187caf33fb789fc86cc Mon Sep 17 00:00:00 2001 From: "Adam M. Krajewski" <54290107+amkrajewski@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:06:09 -0500 Subject: [PATCH] - version bump --- nimplex.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimplex.nimble b/nimplex.nimble index c56121d..ae80781 100644 --- a/nimplex.nimble +++ b/nimplex.nimble @@ -1,6 +1,6 @@ # Package -version = "0.5.0" +version = "0.5.1" 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"