From 3bc00a7154753096a6af0d0aa1faffc9c17e7ffa Mon Sep 17 00:00:00 2001 From: amkrajewski Date: Mon, 5 Feb 2024 10:09:26 -0500 Subject: [PATCH] - bump version --- nimplex.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimplex.nimble b/nimplex.nimble index b4839e8..c56121d 100644 --- a/nimplex.nimble +++ b/nimplex.nimble @@ -1,6 +1,6 @@ # Package -version = "0.4.3" +version = "0.5.0" 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"