From 1ad9849228da11e24eca79a61e68747f743253d5 Mon Sep 17 00:00:00 2001 From: landmanbester Date: Fri, 13 Dec 2024 17:09:52 +0200 Subject: [PATCH] Bump to 0.0.5 --- pyproject.toml | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c267f554..9e90c43f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pfb-imaging" -version = "0.0.4" +version = "0.0.5" description = "Radio interferometric imaging suite based on a preconditioned forward-backward approach" authors = ["Landman Bester "] license = "MIT" diff --git a/tbump.toml b/tbump.toml index 3d4d8c5b..09e52ea3 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/ratt-ru/pfb-imaging/" [version] -current = "0.0.4" +current = "0.0.5" # Example of a semver regexp. # Make sure this matches current_version before