We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bc7ab4 + 19c73e5 commit 6b0b231Copy full SHA for 6b0b231
.github/workflows/wheels.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: [ubuntu-20.04, macOS-10.15]
+ os: [ubuntu-latest, macOS-latest]
12
fail-fast: false
13
env:
14
DQC_BUILD: 1
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
python-version: [3.7, 3.8, 3.9]
76
77
dqclibs/_version.py
@@ -3,7 +3,7 @@
3
4
MAJOR = 0
5
MINOR = 1
6
-MICRO = 0
+MICRO = 1
7
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
0 commit comments