From 3d95072dc4937fef4565a65b0f9e09bcda93ddd7 Mon Sep 17 00:00:00 2001 From: Humberto Sanchez II Date: Tue, 16 May 2023 14:30:15 -0500 Subject: [PATCH] =?UTF-8?q?<>[]:=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [] [] --- .circleci/config.yml | 2 +- requirements.txt | 2 +- setup.py | 2 +- untanglepyut/_version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0feea0e..79b948d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,7 @@ jobs: pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython pip install hasiihelper~=0.2.0 pip install hasiicommon~=0.2.2 - pip install ogl~=0.70.30 + pip install ogl~=0.70.40 pip install untangle==1.2.1 pip install buildlackey~=0.8.1 - run: diff --git a/requirements.txt b/requirements.txt index 3629373..2dd0cc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ wxPython~=4.2.0 hasiihelper~=0.2.0 hasiicommon==0.2.2 pyutmodel==1.4.3 -ogl==0.70.30 \ No newline at end of file +ogl==0.70.40 \ No newline at end of file diff --git a/setup.py b/setup.py index f05fba9..e0632a6 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,5 @@ 'untanglepyut': ['py.typed'], }, - install_requires=['hasiihelper~=0.2.0', 'hasiicommon~=0.2.2', 'pyutmodel~=1.4.3', 'ogl==0.70.30', 'untangle==1.2.1'], + install_requires=['hasiihelper~=0.2.0', 'hasiicommon~=0.2.2', 'pyutmodel~=1.4.3', 'ogl==0.70.40', 'untangle==1.2.1'], ) diff --git a/untanglepyut/_version.py b/untanglepyut/_version.py index e8280c4..3653454 100644 --- a/untanglepyut/_version.py +++ b/untanglepyut/_version.py @@ -1 +1 @@ -__version__: str = '0.6.61' \ No newline at end of file +__version__: str = '0.6.62'