Skip to content

Commit 237e37f

Browse files
Increment version (#3)
Signed-off-by: Bolun Thompson <[email protected]>
1 parent 3251ef8 commit 237e37f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libbash"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
authors = [
55
{ name="Seth Sabar", email="[email protected]" },
66
]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def run(self):
4444
cmdclass={'build_py': build_libbash},
4545
package_data={'': ['libbash/bash-5.2']},
4646
include_package_data=True,
47-
version='0.1.13',
47+
version='0.1.14',
4848
description="A Python library for parsing Bash scripts into an AST",
4949
long_description=open('README.md').read(),
5050
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)