From c634777934b306ee95717756cd6af5ddfcfc0fe9 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Wed, 12 Feb 2020 11:17:59 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 31788a8..5950aaf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.1.0 commit = True tag = True