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