Skip to content

Commit a9ba3ce

Browse files
author
Humberto Sanchez II
committed
<>[]: <Update to latest OGL>
[] []
1 parent 0bcadcf commit a9ba3ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ types-setuptools==65.3.0
1111
typing_extensions==4.3.0
1212

1313
Deprecated~=1.2.13
14-
ogl~=0.60.1
14+
ogl~=0.60.2
1515
pyutmodel==1.1.0
1616
untangle==1.2.1
1717

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="untanglepyut",
13-
version="0.4.5",
13+
version="0.4.6",
1414
author_email='[email protected]',
1515
description='XML to Ogl Object Model',
1616
long_description=README,
@@ -23,5 +23,5 @@
2323
'untanglepyut': ['py.typed'],
2424
},
2525

26-
install_requires=['ogl==0.60.1', 'untangle==1.2.1'],
26+
install_requires=['ogl==0.60.2', 'untangle==1.2.1'],
2727
)

0 commit comments

Comments
 (0)