Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Sep 27, 2024
1 parent 18add66 commit c560867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "jsonata-python"
version = "0.4.0"
version = "0.5.0"
description = "Pure Python implementation of JSONata"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion src/jsonata/cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_options(argv: Optional[list[str]] = None) -> argparse.ArgumentParser:
"""
parser = argparse.ArgumentParser(prog="jsonata.cli", description="Pure Python JSONata CLI")
parser.add_argument(
"-v", "--version", action='version', version='%(prog)s 0.4.0')
"-v", "--version", action='version', version='%(prog)s 0.5.0')

parser.add_argument(
"-e", "--expression", metavar="<file>",
Expand Down

0 comments on commit c560867

Please sign in to comment.