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 5151
5252publish :
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
Original file line number Diff line number Diff line change 33
44
55# Current package version
6- __version__ = '1.4.3 '
6+ __version__ = '1.5.1 '
Original file line number Diff line number Diff line change 44
55setuptools .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 '
You can’t perform that action at this time.
0 commit comments