Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Oct 5, 2024
1 parent 4588a83 commit b727d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion carabiner/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
]
Expand Down

0 comments on commit b727d71

Please sign in to comment.