diff --git a/.circleci/config.yml b/.circleci/config.yml index 2dd965c..2e61764 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index fe9e84b..62f9bd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] diff --git a/requirements.txt b/requirements.txt index 341df9c..d2506e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +pyutmodelv2==2.0.0 +ogl==2.0.0 +untanglepyut==2.0.0 \ No newline at end of file diff --git a/src/oglio/_version.py b/src/oglio/_version.py index 8350870..222d05c 100644 --- a/src/oglio/_version.py +++ b/src/oglio/_version.py @@ -1 +1 @@ -__version__: str = '2.0.0-alpha7' +__version__: str = '2.0.0'