Skip to content

Commit

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

[#43]
  • Loading branch information
Humberto Sanchez II committed Sep 19, 2023
1 parent 5b28710 commit d9a2406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 codeallyadvanced==0.5.1
pip install pyutmodel~=1.5.0
pip install ogl~=0.90.0
pip install untanglepyut==1.2.8
pip install untanglepyut==1.2.9
pip install buildlackey~=1.3.3
- 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 = '1.1.0'
__version__: str = '1.1.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
'oglio': ['py.typed'],
'oglio.toXmlV10': ['py.typed']
},
install_requires=['wxPython==4.2.1', 'codeallybasic==0.5.2', 'codeallyadvanced==0.5.1', 'pyutmodel~=1.4.4', 'ogl==0.85.0', 'untanglepyut==1.2.8', ],
install_requires=['wxPython==4.2.1', 'codeallybasic==0.5.2', 'codeallyadvanced==0.5.1', 'pyutmodel~=1.5.0', 'ogl==0.90.0', 'untanglepyut==1.2.9', ],
)

0 comments on commit d9a2406

Please sign in to comment.