diff --git a/setup.py b/setup.py index e4c4903..117c006 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ proj_license = 'MIT' setup(name="cl_bindgen", - version='1.1.3', + version='1.2.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,