Skip to content

Commit 2d6da49

Browse files
committed
Bump version
1 parent 5b5d482 commit 2d6da49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0"
10+
version = "0.6.1"
1111
description = "Pure Python implementation of JSONata"
1212
readme = "README.md"
1313
requires-python = ">=3.9"

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.0')
37+
"-v", "--version", action='version', version='%(prog)s 0.6.1')
3838

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

0 commit comments

Comments
 (0)