From 6422795d83aa7cf77bc2fd1525f3c935fde42b94 Mon Sep 17 00:00:00 2001 From: Michael Robinson Date: Fri, 26 Oct 2018 09:04:46 -0400 Subject: [PATCH] Version number bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50105d2..9895e0d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def readme(): return f.read() setup(name='pysheaf', - version='0.1', + version='0.3.1', description='Python applied sheaf computation library', url='http://github.com/kb1dds/pysheaf', author='Michael Robinson and Brenda Praggastis and Janelle Henrich',