From 5ef76d40c80c535e6f2b204946dff909f6cced1c Mon Sep 17 00:00:00 2001 From: Mitchell Berendhuysen Date: Sun, 4 Feb 2024 10:40:22 +0100 Subject: [PATCH] Bumped version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5ebe56..da20b2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defaultdict" -version = "0.16.1" +version = "0.17.0" description = "A hashmap implementation that mirrors the python defaultdict." edition = "2021" authors = ["Mitchell Berendhuysen"]