diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 40acab63..4688a27d 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -40,7 +40,6 @@ jobs: mv dist/* ../dist - name: Upload Package to Gitea PyPI - if: startsWith(github.event.head_commit.message, 'RELEASE') env: TWINE_USERNAME: "__token__" # Username for Twine when using token-based auth TWINE_PASSWORD: ${{ secrets.PIP_REPOSITORY_API_TOKEN }} # Use the secret for authentication diff --git a/VERSION b/VERSION index f4778493..373f8c6f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2 \ No newline at end of file +0.2.3 \ No newline at end of file diff --git a/common/pyproject.toml b/common/pyproject.toml index d8755a1d..eb29a21e 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaqlib" -version = "0.2.2" +version = "0.2.3" description = "Libraries shared between AareDAQ and AareGUI" readme = "README.md" requires-python = ">=3.11" diff --git a/daq/pyproject.toml b/daq/pyproject.toml index cbdd27b4..7ec7f374 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.2.2" +version = "0.2.3" description = "AareDAQ data acquisition server" readme = "README.md" requires-python = ">=3.11" @@ -18,7 +18,7 @@ dependencies = [ "python_multipart==0.0.20", "websocket-client==1.8.0", "sseclient-py==1.8.0", - "aaredaqlib==0.2.2" + "aaredaqlib==0.2.3" ] [lint] diff --git a/gui/pyproject.toml b/gui/pyproject.toml index 95216ef5..f9bd9437 100644 --- a/gui/pyproject.toml +++ b/gui/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaregui" -version = "0.2.2" +version = "0.2.3" description = "Beamline control GUI" readme = "README.md" requires-python = ">=3.11" @@ -9,7 +9,7 @@ dependencies = [ "pyzmq==26.4.0", "opencv-python-headless==4.11.0.86", "PySide6==6.9.0", - "aaredaqlib==0.2.2" + "aaredaqlib==0.2.3" ] [lint]