From b727d71348ca5aea6747a646e3e560039e4b1738 Mon Sep 17 00:00:00 2001 From: Eachan Johnson Date: Sat, 5 Oct 2024 21:31:35 +0100 Subject: [PATCH] Bump version --- carabiner/cli.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/carabiner/cli.py b/carabiner/cli.py index 3f0a760..31fda39 100644 --- a/carabiner/cli.py +++ b/carabiner/cli.py @@ -6,7 +6,7 @@ from .cliutils import clicommand, CLIOption, CLICommand, CLIApp -__version__ = '0.0.3' +__version__ = '0.0.3.post1' @clicommand(message='Parsed arguments', name='cbnr') def _main(args: Namespace) -> None: diff --git a/pyproject.toml b/pyproject.toml index ec2256f..cf881cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "carabiner-tools" -version = "0.0.3" +version = "0.0.3.post1" authors = [ { name="Eachan Johnson", email="eachan.johnson@crick.ac.uk" }, ]