Skip to content

Commit

Permalink
<>[]: <untanglepyut fix 🔖>
Browse files Browse the repository at this point in the history
[]

[]
  • Loading branch information
Humberto Sanchez II committed Apr 18, 2023
1 parent 4af5a5e commit 52bd191
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -17,4 +17,4 @@ hasiihelper==0.2.0
hasiicommon==0.2.2
pyutmodel==1.4.3
ogl==0.70.26
untanglepyut==0.6.50
untanglepyut==0.6.56
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -31,6 +31,6 @@
'hasiicommon~=0.2.2',
'pyutmodel~=1.4.3',
'ogl~=0.70.26',
'untanglepyut~=0.6.50',
'untanglepyut~=0.6.56',
],
)

0 comments on commit 52bd191

Please sign in to comment.