From 2b45194205f8e1f752d9adf15937d13b489ef456 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Tue, 12 Jan 2021 18:52:07 +0000 Subject: [PATCH] increased version to 0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aff51674f..dca1fd494 100644 --- a/setup.py +++ b/setup.py @@ -227,7 +227,7 @@ class CustomBuildCommand(distutils.command.build.build): setup( name="binarycpython", - version="0.2.8", + version="0.3", 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