From f1ea9d5e46625099b61612134f1ada23f14f43cf Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Tue, 13 Aug 2024 23:15:10 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.0=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8ffd8b2..5950aaf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.0.0 +current_version = 0.1.0 commit = True -tag = True \ No newline at end of file +tag = True