From a638851d5d7112ac8e15a16a01b947c83be7f4df Mon Sep 17 00:00:00 2001 From: Matthias Miltenberger Date: Sun, 16 May 2021 19:06:14 +0200 Subject: [PATCH] increase version to 1.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3537b9..7134152 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="treed", - version="1.2.0", + version="1.2.1", author="Matthias Miltenberger", author_email="matthias.miltenberger@gmail.com", description="3D Visualization of Branch-and-Cut Trees using PySCIPOpt",