Skip to content

Commit

Permalink
<bug>[Sequence Diagrams]: <Pick up dependency fix>
Browse files Browse the repository at this point in the history
[Fix SDInstance lifeline height]

[#9]
  • Loading branch information
Humberto Sanchez II committed Oct 14, 2022
1 parent ace1f4c commit 3f030b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ types-setuptools==65.4.0.0

pyutmodel==1.1.0
ogl==0.60.5
untanglepyut==0.5.0
untanglepyut==0.5.1

wxpython~=4.2.0
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.6",
version="0.5.7",
author_email='Humberto.A.Sanchez.II@gmail.com',
maintainer='Humberto A. Sanchez II',
maintainer_email='humberto.a.sanchez.ii@gmail.com',
Expand All @@ -28,6 +28,6 @@
install_requires=[
'pyutmodel==1.1.0',
'ogl==0.60.5',
'untanglepyut==0.5.0',
'untanglepyut==0.5.1',
],
)

0 comments on commit 3f030b9

Please sign in to comment.