From 8d408ac6cfc9c24ec8b7b65d5993e85050dcbaa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Tue, 8 Feb 2022 14:30:16 +0100 Subject: [PATCH] bump version (#14) --- taskpools.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskpools.nimble b/taskpools.nimble index 1fb39b7..e1bdd0a 100644 --- a/taskpools.nimble +++ b/taskpools.nimble @@ -1,7 +1,7 @@ mode = ScriptMode.Verbose packageName = "taskpools" -version = "0.0.2" +version = "0.0.3" author = "Status Research & Development GmbH" description = "lightweight, energy-efficient, easily auditable threadpool" license = "MIT"