Skip to content

Commit 172f018

Browse files
committed
Bump version
1 parent 53b8ddb commit 172f018

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jsonata = "jsonata.cli.__main__:main"
77

88
[project]
99
name = "jsonata-python"
10-
version = "0.6.1"
10+
version = "0.6.2"
1111
description = "Pure Python implementation of JSONata"
1212
readme = "README.md"
1313
requires-python = ">=3.10"

src/jsonata/cli/__main__.py

Lines changed: 1 addition & 1 deletion
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", description="Pure Python JSONata CLI")
3636
parser.add_argument(
37-
"-v", "--version", action='version', version='%(prog)s 0.6.1')
37+
"-v", "--version", action='version', version='%(prog)s 0.6.2')
3838

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

0 commit comments

Comments
 (0)