Skip to content

Commit

Permalink
Bump version number to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdilts committed Mar 19, 2020
1 parent 8c9e1fe commit 920df4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cl_bindgen/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def _build_parser():
parser = argparse.ArgumentParser()

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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
proj_license = 'MIT'

setup(name="cl_bindgen",
version='1.1.1',
version='1.1.2',
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,
license=proj_license,
author="Stuart Dilts",
author_email='stuart.dilts@gmail.com',
url='https://github.com/sdilts/cl-bindgen',
download_url='https://github.com/sdilts/cl-bindgen/archive/1.1.1.tar.gz',
download_url='https://github.com/sdilts/cl-bindgen/archive/1.1.2.tar.gz',
packages=['cl_bindgen'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 920df4c

Please # to comment.