From 5ef0238b5f5cbac7c5ca81ba0d5c807ef9ebe80c Mon Sep 17 00:00:00 2001 From: kclowes Date: Wed, 14 Dec 2022 11:18:17 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.4=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ef7c628..70920e5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.2.0 commit = True tag = True diff --git a/Cargo.toml b/Cargo.toml index 57d1173..35ad9fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blake2b-py" -version = "0.1.4" +version = "0.2.0" authors = ["David Sanders "] edition = "2018" license = "MIT"