Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjonbrazil committed Jun 26, 2022
1 parent 27bf0db commit 2cefea1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jello/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""jello - query JSON at the command line with python syntax"""


__version__ = '1.5.2'
__version__ = '1.5.3'
AUTHOR = 'Kelly Brazil'
WEBSITE = 'https://github.com/kellyjonbrazil/jello'
COPYRIGHT = '© 2020-2021 Kelly Brazil'
COPYRIGHT = '© 2020-2022 Kelly Brazil'
LICENSE = 'MIT License'
4 changes: 2 additions & 2 deletions man/jello.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH jello 1 2021-12-08 1.5.0 "Jello JSON Filter"
.TH jello 1 2022-06-26 1.5.3 "Jello JSON Filter"
.SH NAME
Jello \- Filter JSON and JSON Lines data with Python syntax
.SH SYNOPSIS
Expand Down Expand Up @@ -477,6 +477,6 @@ Kelly Brazil (kellyjonbrazil@gmail.com)
https://github.com/kellyjonbrazil/jello

.SH COPYRIGHT
Copyright (c) 2020-2021 Kelly Brazil
Copyright (c) 2020-2022 Kelly Brazil

License: MIT License
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='jello',
version='1.5.2',
version='1.5.3',
author='Kelly Brazil',
author_email='kellyjonbrazil@gmail.com',
description='Filter JSON and JSON Lines data with Python syntax.',
Expand Down

0 comments on commit 2cefea1

Please sign in to comment.