Skip to content

Commit

Permalink
Increment version (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Bolun Thompson <bolunthompson@ucla.edu>
  • Loading branch information
BolunThompson authored Dec 20, 2024
1 parent 3251ef8 commit 237e37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "libbash"
version = "0.1.13"
version = "0.1.14"
authors = [
{ name="Seth Sabar", email="sethsabar@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run(self):
cmdclass={'build_py': build_libbash},
package_data={'': ['libbash/bash-5.2']},
include_package_data=True,
version='0.1.13',
version='0.1.14',
description="A Python library for parsing Bash scripts into an AST",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 237e37f

Please sign in to comment.