Skip to content

Commit 0b88e55

Browse files
committed
feat(version): bump
1 parent 052b932 commit 0b88e55

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ clean:
5151

5252
publish:
5353
@echo "$(OK_COLOR)==> Releasing package ...$(NO_COLOR)"
54-
@python setup.py register
55-
@python setup.py sdist upload
56-
@python setup.py bdist_wheel --universal upload
57-
@rm -fr build dist .egg jsonpath_ng.egg-info
54+
@python setup.py sdist bdist_wheel
55+
@twine upload dist/*
56+
@rm -fr build dist .egg pook.egg-info

jsonpath_ng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
# Current package version
6-
__version__ = '1.4.3'
6+
__version__ = '1.5.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name='jsonpath-ng',
7-
version='1.5.0',
7+
version='1.5.1',
88
description=(
99
'A final implementation of JSONPath for Python that aims to be '
1010
'standard compliant, including arithmetic and binary comparison '

0 commit comments

Comments
 (0)