File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 51
51
52
52
publish :
53
53
@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
Original file line number Diff line number Diff line change 3
3
4
4
5
5
# Current package version
6
- __version__ = '1.4.3 '
6
+ __version__ = '1.5.1 '
Original file line number Diff line number Diff line change 4
4
5
5
setuptools .setup (
6
6
name = 'jsonpath-ng' ,
7
- version = '1.5.0 ' ,
7
+ version = '1.5.1 ' ,
8
8
description = (
9
9
'A final implementation of JSONPath for Python that aims to be '
10
10
'standard compliant, including arithmetic and binary comparison '
You can’t perform that action at this time.
0 commit comments