Skip to content

Commit

Permalink
<>[]: <Bump untanglepyut & Ogl dependencies ⬆️>
Browse files Browse the repository at this point in the history
[]

[]
  • Loading branch information
Humberto Sanchez II committed May 16, 2023
1 parent cbd06b8 commit de5590a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
pip install hasiihelper~=0.2.0
pip install hasiicommon~=0.2.2
pip install pyutmodel~=1.4.3
pip install ogl~=0.70.30
pip install untanglepyut==0.6.61
pip install ogl~=0.70.40
pip install untanglepyut==0.6.62
pip install buildlackey~=0.8.1
- run:
name: run tests
Expand Down
2 changes: 1 addition & 1 deletion oglio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '0.7.5'
__version__: str = '0.7.6'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ wxpython~=4.2.0
hasiihelper==0.2.0
hasiicommon==0.2.2
pyutmodel==1.4.3
ogl==0.70.30
untanglepyut==0.6.61
ogl==0.70.40
untanglepyut==0.6.62
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
'oglio': ['py.typed'],
'oglio.toXmlV10': ['py.typed']
},
install_requires=['wxPython==4.2.0', 'hasiihelper~=0.2.0', 'hasiicommon~=0.2.2', 'pyutmodel~=1.4.3', 'ogl==0.70.30', 'untanglepyut==0.6.61',
install_requires=['wxPython==4.2.0', 'hasiihelper~=0.2.0', 'hasiicommon~=0.2.2', 'pyutmodel~=1.4.3', 'ogl==0.70.40', 'untanglepyut==0.6.62',
],
)

0 comments on commit de5590a

Please sign in to comment.