File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11Metadata-Version: 2.1
22Name: bashparser
3- Version: 0.2
3+ Version: 0.3
44Summary: A framework for manipulating and analysing bash scripts
55Home-page: https://github.com/BlankCanvasStudio/bashparse
66Author: Spencer Stingley
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ def apply_fn(node):
4444 for part in cmd .parts :
4545 word += str (NodeVisitor (part )) + ' '
4646 word = word [:- 1 ] + ')'
47- self ._string = self ._string + word + ' '
4847
4948 return DONT_DESCEND
5049
Original file line number Diff line number Diff line change 11[metadata]
22name = bashparser
3- version = 0.3
3+ version = 0.5
44author = Spencer Stingley
55description = A framework for manipulating and analysing bash scripts
66long_description = A framework for manipulating and analysing bash scripts
Original file line number Diff line number Diff line change 77
88setuptools .setup (
99 name = "bashparser" ,
10- version = "0.3 " ,
10+ version = "0.5 " ,
1111 author = "Spencer Stingley" ,
12121313 description = "A framework for manipulating and analysing bash scripts" ,
You can’t perform that action at this time.
0 commit comments