From 0ad7250ada62696ea9c920ba187d77a47d6ba9e8 Mon Sep 17 00:00:00 2001 From: Henry Robbins Date: Thu, 14 Apr 2022 16:26:43 -0400 Subject: [PATCH] Incremented version number to 1.0.0rc5. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3af945c..e4e7cba 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="gilp", - version="1.0.0rc4", + version="1.0.0rc5", author="Henry Robbins", author_email="hwr26@cornell.edu", description="A Python package for visualizing the geometry of linear programs.",