From 7436030573ad6427f278c90d51d8943e71530a50 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Fri, 20 Aug 2021 10:45:33 +0100 Subject: [PATCH] updated version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 619bb01b2..5e8495467 100644 --- a/setup.py +++ b/setup.py @@ -224,7 +224,7 @@ class CustomBuildCommand(distutils.command.build.build): setup( name="binarycpython", - version="0.9", + version="0.9.1", 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