Skip to content

Commit 1c1f42f

Browse files
committed
Incrementing version number
1 parent 3c288bc commit 1c1f42f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
path: dist/*.tar.gz
7070

7171
upload_pypi:
72-
needs: [build_wheels, build_sdist, validate]
72+
needs: [build_wheels, build_sdist]
7373
runs-on: ubuntu-latest
7474
environment: pypi
7575
permissions:

meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: "pyqint"
3-
version: "0.17.5"
3+
version: "0.17.6"
44

55
source:
66
path: .

pyqint/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.17.5"
1+
__version__ = "0.17.6"
22

0 commit comments

Comments
 (0)