From a188602e8ec4a512450c4988c674282db35ef510 Mon Sep 17 00:00:00 2001 From: Humberto Sanchez II Date: Fri, 2 Sep 2022 14:49:10 -0500 Subject: [PATCH] =?UTF-8?q?Upgrade=20ogl=20and=20untanglepyut=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Messed=20up=20my=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7e3c03e..02cf568 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="oglio", - version="0.5.1", + version="0.5.2", author_email='Humberto.A.Sanchez.II@gmail.com', maintainer='Humberto A. Sanchez II', maintainer_email='humberto.a.sanchez.ii@gmail.com', @@ -27,7 +27,7 @@ }, install_requires=[ 'pyutmodel==1.1.0', - 'ogl==0.60.1', + 'ogl==0.60.2', 'untanglepyut==0.4.6', ], )