From 6dfaf18120d3cdbbbb022b0c4610032e101d1e32 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Mon, 2 Aug 2021 08:01:10 +0200 Subject: [PATCH] Bumped up version number --- nimkalc.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimkalc.nimble b/nimkalc.nimble index fc8982e..bb802cc 100644 --- a/nimkalc.nimble +++ b/nimkalc.nimble @@ -1,6 +1,6 @@ # Package -version = "0.2.5" +version = "0.2.6" author = "Mattia Giambirtone" description = "An advanced parsing library for mathematical expressions and equations" license = "Apache 2.0"