From 029ceedb88b9126ae06d7a6dfb02338a02ca4dec Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Thu, 14 Jan 2021 13:20:27 +0000 Subject: [PATCH] updated version to 0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dca1fd494..509f98a97 100644 --- a/setup.py +++ b/setup.py @@ -227,7 +227,7 @@ class CustomBuildCommand(distutils.command.build.build): setup( name="binarycpython", - version="0.3", + version="0.3.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