Skip to content

Commit

Permalink
<>[]: <We must, we must modernize> III>
Browse files Browse the repository at this point in the history
[Is toml really better?]

[]
  • Loading branch information
Humberto Sanchez II committed Dec 15, 2023
1 parent 3f361e7 commit c8c31c7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
pip install codeallybasic==0.5.2
pip install codeallyadvanced==0.5.2
pip install pyutmodelv2~=2.0.0a6
pip install ogl~=2.0.0a6
pip install untanglepyut==2.0.0a6
pip install pyutmodelv2~=2.0.0a7
pip install ogl~=2.0.0a7
pip install untanglepyut==2.0.0a7
pip install buildlackey~=1.6.2
- run:
name: run tests
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dependencies = [
'wxPython==4.2.1',
'codeallybasic==0.5.2',
'codeallyadvanced==0.5.2',
'pyutmodelv2==2.0.0a6',
'ogl==2.0.0a6',
'untanglepyut==2.0.0a6',
'pyutmodelv2==2.0.0a7',
'ogl==2.0.0a7',
'untanglepyut==2.0.0a7',
]

[project.urls]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ wxPython~=4.2.1

codeallybasic==0.5.2
codeallyadvanced==0.5.2
pyutmodelv2==2.0.0a6
ogl==2.0.0a6
untanglepyut==2.0.0a6
pyutmodelv2==2.0.0a7
ogl==2.0.0a7
untanglepyut==2.0.0a7
2 changes: 1 addition & 1 deletion src/oglio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '2.0.0-alpha6'
__version__: str = '2.0.0-alpha7'

0 comments on commit c8c31c7

Please sign in to comment.