Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdilts committed Oct 4, 2023
1 parent 9d99b00 commit 417c09d
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 @@ -120,7 +120,7 @@ def _build_parser():
parser = argparse.ArgumentParser()

parser.add_argument('--version',action='version',
version='CL-BINDGEN 1.2.1',
version='CL-BINDGEN 1.3.0',
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.2.0',
version='1.3.0',
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 417c09d

Please sign in to comment.