From b1fb596982e196e4dbca90f578e7a0a1be9b475d Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Fri, 26 Mar 2021 11:36:31 +0000
Subject: [PATCH] increased version

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 509f98a97..dd9f9fa56 100644
--- a/setup.py
+++ b/setup.py
@@ -227,7 +227,7 @@ class CustomBuildCommand(distutils.command.build.build):
 
 setup(
     name="binarycpython",
-    version="0.3.1",
+    version="0.3.2",
     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