Skip to content

Commit

Permalink
<>[]: <Final>
Browse files Browse the repository at this point in the history
[]

[#52]
  • Loading branch information
Humberto Sanchez II committed Dec 17, 2023
1 parent c8c31c7 commit 74bafa6
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.0a7
pip install ogl~=2.0.0a7
pip install untanglepyut==2.0.0a7
pip install pyutmodelv2~=2.0.0
pip install ogl~=2.0.0
pip install untanglepyut==2.0.0
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.0a7',
'ogl==2.0.0a7',
'untanglepyut==2.0.0a7',
'pyutmodelv2==2.0.0',
'ogl==2.0.0',
'untanglepyut==2.0.0',
]

[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.0a7
ogl==2.0.0a7
untanglepyut==2.0.0a7
pyutmodelv2==2.0.0
ogl==2.0.0
untanglepyut==2.0.0
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-alpha7'
__version__: str = '2.0.0'

0 comments on commit 74bafa6

Please sign in to comment.