Skip to content

Commit

Permalink
Fix bad setup.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
Humberto Sanchez II committed Nov 2, 2022
1 parent 6e35b3f commit 76f5ad4
Showing 1 changed file with 2 additions and 2 deletions.
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.5.8",
version="0.5.9",
author_email='Humberto.A.Sanchez.II@gmail.com',
maintainer='Humberto A. Sanchez II',
maintainer_email='humberto.a.sanchez.ii@gmail.com',
Expand All @@ -26,7 +26,7 @@
'oglio.toXmlV10': ['py.typed']
},
install_requires=[
'wxPython==4.2.0'
'wxPython==4.2.0',
'pyutmodel==1.1.0',
'ogl==0.60.6',
'untanglepyut==0.5.3',
Expand Down

0 comments on commit 76f5ad4

Please sign in to comment.