From 5c143dc1c05dbeddda212d53ead0b3267b293676 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Wed, 6 Jan 2021 19:26:40 +0000 Subject: [PATCH] updated to 0.2.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6d51ec09..ebe7d6686 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), -- GitLab