Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fredboudon committed Jan 23, 2024
1 parent 3ed2b8d commit 57cc08e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
conda: conda
mamba: true
python: ${{ matrix.python-minor-version }}
numpy: '22.0'
channels: fredboudon, conda-forge
token: ${{ secrets.ANACONDA_TOKEN }}
publish: ${{ steps.publish.outputs.value }}
Expand Down
2 changes: 1 addition & 1 deletion sip/PyQGLViewer/qglviewerversion.sip
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

%ModuleCode

#define PYQGLVIEWER_VERSION 0x010301
#define PYQGLVIEWER_VERSION 0x010302

static const char * PyQGLViewerVersionString(){
return qPrintable(QString::number((PYQGLVIEWER_VERSION & 0xff0000) >> 16) + "." +
Expand Down

0 comments on commit 57cc08e

Please sign in to comment.