From 59a4e6fc36d70988f575c0e194a3e97bd214b049 Mon Sep 17 00:00:00 2001 From: Swarnim Arun <99165284+swarnim-deepsource@users.noreply.github.com> Date: Mon, 5 Jun 2023 10:15:31 +0530 Subject: [PATCH] feat: bump version for release (#16) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79ac779..b6027ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["cdracula", "pydracula"] [workspace.package] edition = "2021" description = "🧛 Count-ing lines, AH AH AHH!" -version = "0.1.3" +version = "0.2.0" authors = ["Swarnim Arun "] license-file = "LICENSE" documentation = "https://docs.rs/dracula"