From 1fc3fbc534f23eec97a33e825bbff293151884c6 Mon Sep 17 00:00:00 2001 From: Henrik Finsberg Date: Tue, 2 Jul 2024 16:40:10 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.7=20=E2=86=92=200.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a094e6e..79f7912 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.7 +current_version = 0.0.8 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 3d1dcba..3689807 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "wheel"] [project] name = "fenics-beat" -version = "0.0.7" +version = "0.0.8" description = "Library to run cardiac EP simulations" authors = [{name = "Henrik Finsberg", email = "henriknf@simula.no"}] license = {text = "MIT"}