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