Skip to content

Commit c560867

Browse files
committed
Bump version
1 parent 18add66 commit c560867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "jsonata-python"
8-
version = "0.4.0"
8+
version = "0.5.0"
99
description = "Pure Python implementation of JSONata"
1010
readme = "README.md"
1111
requires-python = ">=3.9"

src/jsonata/cli/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_options(argv: Optional[list[str]] = None) -> argparse.ArgumentParser:
3434
"""
3535
parser = argparse.ArgumentParser(prog="jsonata.cli", description="Pure Python JSONata CLI")
3636
parser.add_argument(
37-
"-v", "--version", action='version', version='%(prog)s 0.4.0')
37+
"-v", "--version", action='version', version='%(prog)s 0.5.0')
3838

3939
parser.add_argument(
4040
"-e", "--expression", metavar="<file>",

0 commit comments

Comments
 (0)