Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdilts committed Feb 27, 2020
1 parent 7db5c59 commit b5a33e4
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.0.3',
version='CL-BINDGEN 1.1.0',
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.0.3',
version='1.1.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,
license=proj_license,
author="Stuart Dilts",
author_email='[email protected]',
url='https://github.com/sdilts/cl-bindgen',
download_url='https://github.com/sdilts/cl-bindgen/archive/1.0.3.tar.gz',
download_url='https://github.com/sdilts/cl-bindgen/archive/1.1.0.tar.gz',
packages=['cl_bindgen'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit b5a33e4

Please sign in to comment.