From 52bd191b601ef6ce0f03e30df0452f9d93b4e535 Mon Sep 17 00:00:00 2001 From: Humberto Sanchez II Date: Tue, 18 Apr 2023 08:23:44 -0500 Subject: [PATCH] =?UTF-8?q?<>[]:=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [] [] --- .circleci/config.yml | 2 +- requirements.txt | 4 ++-- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ab84c21..ba50bbc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: pip install hasiicommon~=0.2.2 pip install pyutmodel~=1.4.3 pip install ogl~=0.70.26 - pip install untanglepyut==0.6.50 + pip install untanglepyut==0.6.56 pip install buildlackey~=0.7.0 - run: name: run tests diff --git a/requirements.txt b/requirements.txt index ca9f02a..18320e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ html-testRunner~=1.2.1 mypy==1.2.0 mypy-extensions==1.0.0 typing_extensions==4.5.0 -types-setuptools==67.6.0.7 +types-setuptools==67.6.0.8 attrdict3~=2.0.2 @@ -17,4 +17,4 @@ hasiihelper==0.2.0 hasiicommon==0.2.2 pyutmodel==1.4.3 ogl==0.70.26 -untanglepyut==0.6.50 \ No newline at end of file +untanglepyut==0.6.56 \ No newline at end of file diff --git a/setup.py b/setup.py index 4742928..c80aa22 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="oglio", - version="0.7.1", + version="0.7.2", author_email='Humberto.A.Sanchez.II@gmail.com', maintainer='Humberto A. Sanchez II', maintainer_email='humberto.a.sanchez.ii@gmail.com', @@ -31,6 +31,6 @@ 'hasiicommon~=0.2.2', 'pyutmodel~=1.4.3', 'ogl~=0.70.26', - 'untanglepyut~=0.6.50', + 'untanglepyut~=0.6.56', ], )