diff --git a/setup.py b/setup.py index a6d51ec09346596ac3c92cf0023c8e0e8c8c9461..ebe7d66865ca0f8156d54fe1e1f4e4deff60c17e 100644 --- a/setup.py +++ b/setup.py @@ -228,7 +228,7 @@ class CustomBuildCommand(distutils.command.build.build): setup( name="binarycpython", - version="0.2.6", + version="0.2.7", description="""This is a python API for binary_c (versions {}) by David Hendriks, Rob Izzard and collaborators. Based on the initial set up by Jeff andrews.""".format( ",".join(REQUIRED_BINARY_C_VERSIONS), ",".join(REQUIRED_BINARY_C_VERSIONS),