From e7027454241477444928d0535e5bd9d283438ad9 Mon Sep 17 00:00:00 2001 From: codingfisch Date: Wed, 23 Aug 2023 09:59:14 +0200 Subject: [PATCH] Increase version tag --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7b4609..c744291 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'deepbet' -version = '0.0.1' +version = '0.0.2' description = 'Fast brain extraction using neural networks' authors = ['codingfisch '] license = 'MIT'