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