From 3e2df65f3df7443b8b10f617e04b4c807e8961a2 Mon Sep 17 00:00:00 2001 From: Humberto Sanchez II Date: Tue, 31 Jan 2023 18:37:29 -0700 Subject: [PATCH] <>[]: [ * bump Ogl * bump untanglepyut ] [optional footer(s)] --- .circleci/config.yml | 8 ++++---- requirements.txt | 6 +++--- setup.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bba016e..85789b8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,15 +27,15 @@ jobs: sudo apt install libgtk-3-dev sudo apt-get install -y libsdl2-dev pip install --upgrade pip - pip install wheel==0.38.4 - pip install setuptools==65.5.1 + pip install wheel + pip install setuptools pip install six==1.16.0 pip install html-testRunner~=1.2.1 pip install attrdict3 pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython pip install pyutmodel~=1.3.4 - pip install ogl~=0.60.30 - pip install untanglepyut==0.6.6 + pip install ogl~=0.60.41 + pip install untanglepyut==0.6.10 - run: name: run tests command: | diff --git a/requirements.txt b/requirements.txt index 4e47076..4d886f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ wheel==0.38.4 -setuptools==66.1.1 +setuptools==67.0.0 twine==4.0.2 build==0.10.0 html-testRunner~=1.2.1 @@ -12,5 +12,5 @@ types-setuptools==65.7.0.3 wxpython~=4.2.0 pyutmodel==1.3.4 -ogl==0.60.30 -untanglepyut==0.6.6 \ No newline at end of file +ogl==0.60.41 +untanglepyut==0.6.10 \ No newline at end of file diff --git a/setup.py b/setup.py index ae1e19d..d47ebc5 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="oglio", - version="0.5.50", + version="0.5.51", author_email='Humberto.A.Sanchez.II@gmail.com', maintainer='Humberto A. Sanchez II', maintainer_email='humberto.a.sanchez.ii@gmail.com',