Skip to content

Commit

Permalink
Actually bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sdilts committed Oct 19, 2023
1 parent d477fd1 commit 97cf284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cl_bindgen/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _build_parser():
parser = argparse.ArgumentParser()

parser.add_argument('--version',action='version',
version='CL-BINDGEN 1.3.0',
version='CL-BINDGEN 1.4.1',
help="Print the version information")
subparsers = parser.add_subparsers()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
proj_license = 'MIT'

setup(name="cl_bindgen",
version='1.3.0',
version='1.4.1',
description='A command line tool and library for creating Common Lisp language bindings from C header files',
long_description_content_type='text/markdown',
long_description=readme,
Expand Down

0 comments on commit 97cf284

Please sign in to comment.