Skip to content

Commit

Permalink
<>[]: <Bump Ogl>
Browse files Browse the repository at this point in the history
[]

[]
  • Loading branch information
Humberto Sanchez II committed Nov 20, 2022
1 parent f65fec1 commit c4ffb0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ types-setuptools==65.5.0.3
wxpython~=4.2.0

pyutmodel==1.2.0
ogl==0.60.9
ogl~=0.60.10

untanglepyut==0.6.0
untanglepyut~=0.6.1

8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="oglio",
version="0.5.15",
version="0.5.16",
author_email='Humberto.A.Sanchez.II@gmail.com',
maintainer='Humberto A. Sanchez II',
maintainer_email='humberto.a.sanchez.ii@gmail.com',
Expand All @@ -27,8 +27,8 @@
},
install_requires=[
'wxPython==4.2.0',
'pyutmodel==1.2.0',
'ogl==0.60.9',
'untanglepyut==0.6.0',
'pyutmodel~=1.2.0',
'ogl~=0.60.10',
'untanglepyut~=0.6.1',
],
)

0 comments on commit c4ffb0a

Please sign in to comment.