From dc86dc63672750bf4f5faffeffefea314cb50ab3 Mon Sep 17 00:00:00 2001 From: Sukera Date: Thu, 14 Mar 2024 18:35:56 +0100 Subject: [PATCH] Bump version The previous commit should have already been 0.2.0, since the version adds a new feature with `err_less`. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d4726a7..bf5be41 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Supposition" uuid = "5a0628fe-1738-4658-9b6d-0b7605a9755b" authors = ["Sukera and contributors"] -version = "0.1.1" +version = "0.2.0" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"