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 eb69125 commit b21fba6Copy full SHA for b21fba6
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = bashparser
3
-version = 0.7
+version = 0.8
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.7",
+ version="0.8",
11
author="Spencer Stingley",
12
author_email="[email protected]",
13
description="A framework for manipulating and analysing bash scripts",
0 commit comments