We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4542aa6 commit 66621f7Copy full SHA for 66621f7
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = bashparser
3
-version = 0.8
+version = 0.9
4
author = Spencer Stingley
5
description = A framework for manipulating and analysing bash scripts
6
long_description = A framework for manipulating and analysing bash scripts
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="bashparser",
10
- version="0.8",
+ version="0.9",
11
author="Spencer Stingley",
12
author_email="[email protected]",
13
description="A framework for manipulating and analysing bash scripts",
0 commit comments