Skip to content

Commit

Permalink
<Bug>[]: <Fix release>
Browse files Browse the repository at this point in the history
[]

[#44]
  • Loading branch information
Humberto Sanchez II committed Sep 26, 2023
1 parent 7f9bcf3 commit b6b2300
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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.2'
__version__: str = '1.1.3'
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
long_description_content_type="text/markdown",
url="https://github.com/hasii2011/oglio",
packages=[
'oglio', 'oglio.toXmlV10'
'oglio', 'oglio.toXmlV10', 'oglio.toXmlV11'
],
package_data={
'oglio': ['py.typed'],
'oglio.toXmlV10': ['py.typed']
'oglio.toXmlV10': ['py.typed'],
'oglio.toXmlV11': ['py.typed'],
},
install_requires=['wxPython==4.2.1', 'codeallybasic==0.5.2', 'codeallyadvanced==0.5.2', 'pyutmodel==1.5.0', 'ogl==0.90.3', 'untanglepyut==1.2.11', ],
install_requires=['wxPython==4.2.1', 'codeallybasic==0.5.2', 'codeallyadvanced==0.5.2', 'pyutmodel==1.5.0', 'ogl==0.90.3', 'untanglepyut==1.2.11',],
)

0 comments on commit b6b2300

Please sign in to comment.