We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3251ef8 commit 237e37fCopy full SHA for 237e37f
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "libbash"
3
-version = "0.1.13"
+version = "0.1.14"
4
authors = [
5
{ name="Seth Sabar", email="sethsabar@gmail.com" },
6
]
setup.py
@@ -44,7 +44,7 @@ def run(self):
44
cmdclass={'build_py': build_libbash},
45
package_data={'': ['libbash/bash-5.2']},
46
include_package_data=True,
47
- version='0.1.13',
+ version='0.1.14',
48
description="A Python library for parsing Bash scripts into an AST",
49
long_description=open('README.md').read(),
50
long_description_content_type='text/markdown',
0 commit comments